aboutsummaryrefslogtreecommitdiff
path: root/bzlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'bzlib.h')
-rw-r--r--bzlib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bzlib.h b/bzlib.h
index c9447a2..9ac43a1 100644
--- a/bzlib.h
+++ b/bzlib.h
@@ -8,7 +8,7 @@
8 This file is a part of bzip2 and/or libbzip2, a program and 8 This file is a part of bzip2 and/or libbzip2, a program and
9 library for lossless, block-sorting data compression. 9 library for lossless, block-sorting data compression.
10 10
11 Copyright (C) 1996-2000 Julian R Seward. All rights reserved. 11 Copyright (C) 1996-2002 Julian R Seward. All rights reserved.
12 12
13 Redistribution and use in source and binary forms, with or without 13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions 14 modification, are permitted provided that the following conditions
@@ -110,8 +110,10 @@ typedef
110#define BZ_EXPORT 110#define BZ_EXPORT
111#endif 111#endif
112 112
113/* Need a definitition for FILE */
114#include <stdio.h>
115
113#ifdef _WIN32 116#ifdef _WIN32
114# include <stdio.h>
115# include <windows.h> 117# include <windows.h>
116# ifdef small 118# ifdef small
117 /* windows.h define small to char */ 119 /* windows.h define small to char */