[jbig2-cvs] rev 272 - trunk
giles at ghostscript.com
giles at ghostscript.com
Wed Oct 1 11:36:24 PDT 2003
Author: giles
Date: 2003-09-02 23:40:03 -0700 (Tue, 02 Sep 2003)
New Revision: 272
Modified:
trunk/os_types.h
Log:
Add double include protection to os_types.h.
Modified: trunk/os_types.h
===================================================================
--- trunk/os_types.h 2003-09-03 02:56:29 UTC (rev 271)
+++ trunk/os_types.h 2003-09-03 06:40:03 UTC (rev 272)
@@ -24,6 +24,9 @@
the build system doesn't pass them directly.
*/
+#ifndef _JBIG2_OS_TYPES_H
+#define _JBIG2_OS_TYPES_H
+
#ifdef HAVE_CONFIG_H
#include "config_types.h"
#elif defined(_WIN32)
@@ -35,3 +38,5 @@
#elif defined(__VMS)
#include <inttypes.h>
#endif
+
+#endif /* _JBIG2_OS_TYPES_H */
More information about the jbig2-cvs
mailing list