summaryrefslogtreecommitdiff
path: root/tlv11.c
diff options
context:
space:
mode:
Diffstat (limited to 'tlv11.c')
-rw-r--r--tlv11.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tlv11.c b/tlv11.c
index 2593c15..d5d66aa 100644
--- a/tlv11.c
+++ b/tlv11.c
@@ -6,7 +6,11 @@
* copyright notice and this permission notice appear in all copies.
*/
+#ifdef SYS_SOLARIS9
+#include <sys/inttypes.h>
+#else
#include <stdint.h>
+#endif
#include "list.h"
#include "tlv11.h"
#include <stdlib.h>