summaryrefslogtreecommitdiffstats
path: root/lib/bzlib_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bzlib_private.h')
-rw-r--r--lib/bzlib_private.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/bzlib_private.h b/lib/bzlib_private.h
index 87d8f94525..de10dd4215 100644
--- a/lib/bzlib_private.h
+++ b/lib/bzlib_private.h
@@ -67,6 +67,7 @@
#define _BZLIB_PRIVATE_H
#include <malloc.h>
+#include <linux/stddef.h>
#include "bzlib.h"
@@ -515,16 +516,6 @@ BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
#endif
-
-/*-- BZ_NO_STDIO seems to make NULL disappear on some platforms. --*/
-
-#ifdef BZ_NO_STDIO
-#ifndef NULL
-#define NULL 0
-#endif
-#endif
-
-
/*-------------------------------------------------------------*/
/*--- end bzlib_private.h ---*/
/*-------------------------------------------------------------*/