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

@@ -16,6 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <stdint.h>
#include <string.h>