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"