Changeset 1656 for trunk/tools/neercs/old/main.c
- Timestamp:
- Jul 20, 2012, 2:36:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/neercs/old/main.c
r1642 r1656 13 13 */ 14 14 15 #include "config.h" 15 #if defined HAVE_CONFIG_H 16 # include "config.h" 17 #endif 18 19 #if !defined _WIN32 16 20 17 21 #include <stdio.h> … … 26 30 #include <sys/time.h> 27 31 #include <time.h> 28 29 30 32 31 33 #if !defined HAVE_GETOPT_LONG … … 323 325 return s; 324 326 } 327 328 #endif 329
Note: See TracChangeset
for help on using the changeset viewer.