diff options
-rw-r--r-- | radmsg.c | 4 | ||||
-rw-r--r-- | tlv11.c | 4 |
2 files changed, 8 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 <stdlib.h> #include <string.h> #include <arpa/inet.h> @@ -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> |