ref: 9d23c17acdea2efdbed778078e377c3325106de2
parent: 29466e003185c7d4ea43e3a1633c0aa8a6286e7f
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed Sep 3 02:40:03 EDT 2003
Add double include protection to os_types.h. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@272 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/os_types.h
+++ b/os_types.h
@@ -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 */