/[tewi]/Server/http.c
ViewVC logotype

Diff of /Server/http.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC Revision 1.2 by nishi, Thu Oct 17 10:24:24 2024 UTC
# Line 43  Line 43 
43  #include <time.h>  #include <time.h>
44  #include <sys/time.h>  #include <sys/time.h>
45  #else  #else
46    #ifdef __bsdi__
47    #include <sys/time.h>
48    #endif
49  #include <sys/select.h>  #include <sys/select.h>
50  #endif  #endif
51  #endif  #endif


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev