diff options
Diffstat (limited to 'tlv11.c')
-rw-r--r-- | tlv11.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |