2002-02-01 16:33:40 +00:00
|
|
|
$FreeBSD$
|
|
|
|
|
2003-04-25 06:44:56 +00:00
|
|
|
--- 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>
|
2002-02-01 16:33:40 +00:00
|
|
|
@@ -70,7 +70,7 @@
|
|
|
|
#include <string.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#include "bzlib.h"
|
|
|
|
+#include "_bzlib.h"
|
|
|
|
|
|
|
|
|
|
|
|
|