added missing header to fix build on freebsd

This commit is contained in:
Sven Nierlein 2013-08-20 17:01:52 +02:00 committed by Sven Nierlein
parent 4eab02cdaf
commit 4083622f86
2 changed files with 1 additions and 2 deletions

View file

@ -28,6 +28,7 @@
#include <stdarg.h>
#include "utils_base.h"
#include <fcntl.h>
#include <sys/stat.h>
#define np_free(ptr) { if(ptr) { free(ptr); ptr = NULL; } }

View file

@ -117,9 +117,7 @@
#include <getopt.h>
#include "dirname.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_SYS_POLL_H
# include "sys/poll.h"