Portability nit: Some platforms require stdio.h before bzlib.h.

Thanks to: Kurt J. Lidl
This commit is contained in:
Tim Kientzle 2004-12-22 06:30:14 +00:00
parent 74199b0709
commit 4ab219dbb9

View File

@ -29,6 +29,7 @@
__FBSDID("$FreeBSD$");
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>