Include config.h in all C files

This commit is contained in:
Julien BLACHE
2010-02-02 21:00:47 +01:00
parent 1df7ec1b7c
commit 516909545b
11 changed files with 29 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <stdio.h>