mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Include <string.h> to get rid of compiler warnings
This commit is contained in:
parent
2e63b0d40d
commit
e3057fb65e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user