oops, forgot headers

This commit is contained in:
Ron Pedde 2006-03-25 23:27:55 +00:00
parent 0b11dc0e39
commit e1a1c7f18a
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
# include "config.h"
#endif
#include <errno.h>
#include <limits.h>
#include <pthread.h>
#include <stdio.h>
@ -39,6 +40,8 @@
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include "conf.h"
#include "err.h"