summaryrefslogtreecommitdiff
path: root/radmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'radmsg.c')
-rw-r--r--radmsg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/radmsg.c b/radmsg.c
index 0ea6ee7..ef1c179 100644
--- a/radmsg.c
+++ b/radmsg.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 <stdlib.h>
#include <string.h>
#include <arpa/inet.h>