Add missing HAVE_CONFIG_H checks

This commit is contained in:
Marcel Holtmann 2009-09-05 07:36:38 +02:00
parent 09a3289dcc
commit 5847975b89
4 changed files with 16 additions and 0 deletions

View File

@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View File

@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h>
#include <stdio.h>
#include <assert.h>

View File

@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>

View File

@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h>
#include <stdio.h>
#include <assert.h>