* Fix a compilation warning.

This commit is contained in:
Sam Hocevar
2007-01-07 16:31:33 +00:00
committed by sam
parent 4fda842499
commit d1f6ebd99f

View File

@@ -30,6 +30,9 @@
#include <stdio.h>
#include <sys/types.h>
#ifdef HAVE___SREFILL
# include <unistd.h> /* Needed for __srefills lseek() call */
#endif
#include "libzzuf.h"
#include "debug.h"