Added missing includes.

This commit is contained in:
Sergey Poznyakoff
2003-10-08 11:17:36 +00:00
parent bf6b473b3b
commit 89d2ad35e6
2 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#ifndef errno
extern int errno;