comparison lwar/lwar.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents cc41ccee8f64
children
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
20 20
21 Implements the program startup code 21 Implements the program startup code
22 22
23 */ 23 */
24 24
25 #ifdef HAVE_CONFIG_H 25 #include <config.h>
26 #include "config.h"
27 #endif
28 26
29 #include <stdio.h> 27 #include <stdio.h>
30 #include <stdlib.h> 28 #include <stdlib.h>
31 #include <sys/stat.h> 29 #include <sys/stat.h>
32 #include <sys/types.h> 30 #include <sys/types.h>