fix warnings on opensolaris

SVN revision: 45219
This commit is contained in:
Vincent Torri 2010-01-16 13:44:25 +00:00
parent 362ef26c2d
commit d1bdb785b1
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,11 @@
# define USER_TIMER_MINIMUM 0x0a
#endif
#ifdef __SUNPRO_C
# include <ieeefp.h>
# include <string.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

View File

@ -7,6 +7,7 @@
#endif
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <arpa/inet.h>