blob: d47f6d97d54a03872b034f34d1b9f8f3cf692deb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <sys/types.h> /* for namser.h */
#include <arpa/nameser.h> /* for BYTE_ORDER */
#include <process.h> /* for execv */
#include <ioctl.h> /* for unix.h */
#include <unix.h>
#include <sys/select.h> /* for select */
#undef HAVE_GETRUSAGE
extern int isnan(double dsrc);
extern long random(void);
extern void srandom(unsigned int seed);
|