Portability nit: Some platforms require stdio.h before bzlib.h.
Thanks to: Kurt J. Lidl
This commit is contained in:
parent
74199b0709
commit
4ab219dbb9
@ -29,6 +29,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user