Linux buildfix.

This commit is contained in:
Sacha 2013-12-05 22:51:51 +10:00
parent deb3ccc261
commit 1e03cd84c3
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -34,6 +34,9 @@
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include "zipint.h"