build: Add missing HAVE_CONFIG_H guards and include config.h

This commit is contained in:
Marcel Holtmann 2019-04-04 14:02:38 +02:00
parent c45de8bf13
commit 23041a44dd
8 changed files with 33 additions and 0 deletions

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <ctype.h>
#include <stdio.h>

View File

@ -19,6 +19,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <errno.h>
#include <ell/ell.h>

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ctype.h>
#include <stdio.h>
#include <errno.h>

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <linux/if_ether.h>
#include <ell/ell.h>

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <fnmatch.h>
#include <ell/ell.h>

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ell/ell.h>
#include "src/util.h"

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ctype.h>
#include <stdio.h>
#include <errno.h>

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ctype.h>
#include <stdio.h>
#include <errno.h>