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:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user