summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os_types.h b/os_types.h
index d20dcdfd9..2017a2522 100644
--- a/os_types.h
+++ b/os_types.h
@@ -48,4 +48,8 @@
48# include <inttypes.h> 48# include <inttypes.h>
49#endif 49#endif
50 50
51#ifdef __hpux
52#include <sys/_inttypes.h>
53#endif
54
51#endif /* _JBIG2_OS_TYPES_H */ 55#endif /* _JBIG2_OS_TYPES_H */