Fix for compiling without zlib.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-02-17 22:00:26 +00:00
parent cabd99e201
commit c41b730fb8
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <termios.h>
#include <fcntl.h>