0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

Include <string.h> to get rid of compiler warnings

This commit is contained in:
Yuri Zaporogets
2004-05-15 14:41:04 +00:00
parent 2e63b0d40d
commit e3057fb65e

View File

@@ -17,8 +17,9 @@
* - support for segment relocations (hard to do in ANSI C)
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "rdfload.h"
#include "symtab.h"