rev 252 - trunk
[email protected] Wed, 7 May 2003 17:09:03 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-05-07 17:09:03 -0700 (Wed, 07 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 (r251) +++ trunk/os_types.h (r252) @@ -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