diff options
Diffstat (limited to 'radmsg.c')
-rw-r--r-- | radmsg.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 <stdlib.h> #include <string.h> #include <arpa/inet.h> |