Add missing header files

This commit is contained in:
H. Peter Anvin 2002-12-05 19:33:20 +00:00
parent 30fba56c42
commit fa969e5be7
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>

View File

@ -19,6 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "rdfload.h"
#include "symtab.h"