rev 252 - trunk
[email protected] Thu, 15 May 2003 12:12:23 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-05-15 12:12:22 -0700 (Thu, 15 May 2003) New Revision: 252 Modified: trunk/os_types.h Log: Correct a typo in the recommit. Modified: trunk/os_types.h ============================================================================== --- trunk/os_types.h 2003-05-07 22:45:42 UTC (rev 251) +++ trunk/os_types.h 2003-05-15 19:12:22 UTC (rev 252) @@ -25,6 +25,6 @@ #include "config_win32.h" #endif -+#if defined(HAVE_STDINT_H) || defined(__MACOS__) +#if defined(HAVE_STDINT_H) || defined(__MACOS__) #include <stdint.h> #endif