summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/bspatch/bspatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/bspatch/bspatch.c b/rbutil/bspatch/bspatch.c
index aab4c1dc6f..d1d7a5aa7a 100644
--- a/rbutil/bspatch/bspatch.c
+++ b/rbutil/bspatch/bspatch.c
@@ -28,6 +28,7 @@
28#include <io.h> 28#include <io.h>
29#else 29#else
30#include <stdarg.h> 30#include <stdarg.h>
31#include <sys/types.h>
31#endif 32#endif
32#include "../bzip2/bzlib.h" 33#include "../bzip2/bzlib.h"
33#include <stdlib.h> 34#include <stdlib.h>