rev 272 - trunk
[email protected] Wed, 1 Oct 2003 10:36:24 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 */