summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-jbig2dec__os_types.h
blob: 4ce75024cc043dcc8f7b5169404423ab9f771269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- jbig2dec/os_types.h.orig	Thu Dec 29 04:56:24 2005
+++ jbig2dec/os_types.h	Sun May 28 01:10:59 2006
@@ -47,7 +47,7 @@
 
 #if defined(HAVE_STDINT_H) || defined(__MACOS__)
 # include <stdint.h>
-#elif defined(__VMS)
+#elif defined(__VMS) || defined(__FreeBSD__)
 # include <inttypes.h>
 #endif