diff options
Diffstat (limited to 'lib/libstand/bzlib_private.h.diff')
-rw-r--r-- | lib/libstand/bzlib_private.h.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/libstand/bzlib_private.h.diff b/lib/libstand/bzlib_private.h.diff new file mode 100644 index 0000000..938ecad --- /dev/null +++ b/lib/libstand/bzlib_private.h.diff @@ -0,0 +1,22 @@ +$FreeBSD$ + +--- bzlib_private.h 1 Feb 2002 16:26:19 -0000 1.1.1.2 ++++ bzlib_private.h 25 Apr 2003 03:55:07 -0000 +@@ -62,7 +62,7 @@ + #ifndef _BZLIB_PRIVATE_H + #define _BZLIB_PRIVATE_H + +-#include <stdlib.h> ++#include "stand.h" + + #ifndef BZ_NO_STDIO + #include <stdio.h> +@@ -70,7 +70,7 @@ + #include <string.h> + #endif + +-#include "bzlib.h" ++#include "_bzlib.h" + + + |