1
1

small fix to compile trunk on FreeBSD 7

This commit was SVN r19817.
Этот коммит содержится в:
Brad Penoff 2008-10-28 03:44:23 +00:00
родитель bd802e06c8
Коммит d7b0fdfe5c

Просмотреть файл

@ -37,6 +37,9 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif /* HAVE_SIGNAL_H */
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif /* HAVE_SYS_STAT_H */