Changeset 76 for trunk/pdns/pdns/misc.cc
- Timestamp:
- 12/16/02 13:51:20 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/misc.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/misc.cc
r61 r76 21 21 #include <sstream> 22 22 #include <errno.h> 23 #include <sys/param.h>24 23 #include <cstring> 25 24 26 25 #include <iomanip> 27 #include <sys/types.h>28 26 #include <string.h> 29 27 #include <stdlib.h> 30 28 #include <stdio.h> 31 #include < netdb.h>29 #include <sys/types.h> 32 30 33 31 #ifndef WIN32 32 # include <sys/param.h> 33 # include <netdb.h> 34 34 # include <sys/time.h> 35 35 # include <time.h>