Commit 9a014636 9a0146363470b926e8764a8863ac412b38bd4bed by Sergey Poznyakoff

Include config.h

1 parent 100d5976
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */ 17 MA 02110-1301 USA */
18 18
19 #ifdef HAVE_CONFIG_H
20 # include <config.h>
21 #endif
19 #include <stdio.h> 22 #include <stdio.h>
20 #include <stdlib.h> 23 #include <stdlib.h>
21 #include <string.h> 24 #include <string.h>
......