Fixed support with autoconf

This commit is contained in:
pagefault
2001-09-04 15:28:26 +00:00
parent e8caba1cd1
commit 9bd2c361f7
2 changed files with 8 additions and 8 deletions

View File

@@ -4,10 +4,14 @@
Read unzip.h for more info
*/
#ifdef __LINUX__
#include "../gblhdr.h"
#else
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#endif
#include "zlib.h"
#include "unzip.h"