Module Name: xsrc
Committed By: mrg
Date: Wed Jun 10 07:51:31 UTC 2009
Modified Files:
xsrc/external/mit/libXfont/dist/src/fontfile: bunzip2.c
Log Message:
apply some HAVE_CONFIG_H
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/libXfont/dist/src/fontfile/bunzip2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/libXfont/dist/src/fontfile/bunzip2.c
diff -u xsrc/external/mit/libXfont/dist/src/fontfile/bunzip2.c:1.1.1.1 xsrc/external/mit/libXfont/dist/src/fontfile/bunzip2.c:1.2
--- xsrc/external/mit/libXfont/dist/src/fontfile/bunzip2.c:1.1.1.1 Wed Jun 10 07:33:40 2009
+++ xsrc/external/mit/libXfont/dist/src/fontfile/bunzip2.c Wed Jun 10 07:51:31 2009
@@ -31,7 +31,9 @@
*/
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#include <X11/fonts/fontmisc.h>
#include <X11/fonts/bufio.h>