Changeset 76 for trunk/pdns/pdns/misc.cc

Show
Ignore:
Timestamp:
12/16/02 13:51:20 (10 years ago)
Author:
ahu
Message:

small fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/misc.cc

    r61 r76  
    2121#include <sstream> 
    2222#include <errno.h> 
    23 #include <sys/param.h> 
    2423#include <cstring> 
    2524 
    2625#include <iomanip> 
    27 #include <sys/types.h> 
    2826#include <string.h> 
    2927#include <stdlib.h> 
    3028#include <stdio.h> 
    31 #include <netdb.h> 
     29#include <sys/types.h> 
    3230 
    3331#ifndef WIN32 
     32# include <sys/param.h> 
     33# include <netdb.h> 
    3434# include <sys/time.h> 
    3535# include <time.h>