summaryrefslogtreecommitdiffstats
path: root/libopkg/file_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/file_util.c')
-rw-r--r--libopkg/file_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopkg/file_util.c b/libopkg/file_util.c
index 7e207cd..964473a 100644
--- a/libopkg/file_util.c
+++ b/libopkg/file_util.c
@@ -16,16 +16,16 @@
General Public License for more details.
*/
-#include "includes.h"
+#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
+#include <unistd.h>
#include "sprintf_alloc.h"
#include "file_util.h"
#include "md5.h"
#include "libbb/libbb.h"
-#undef strlen
#if defined HAVE_SHA256
#include "sha256.h"