summaryrefslogtreecommitdiffstats
path: root/src/ifplugd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ifplugd.c')
-rw-r--r--src/ifplugd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ifplugd.c b/src/ifplugd.c
index 624d991..7d8bba3 100644
--- a/src/ifplugd.c
+++ b/src/ifplugd.c
@@ -19,6 +19,10 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -52,10 +56,6 @@
#include "ifmonitor.h"
#include "svn-revision.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#define VARRUN "/var/run"
#define IFPLUGD_ENV_PREVIOUS "IFPLUGD_PREVIOUS"
#define IFPLUGD_ENV_CURRENT "IFPLUGD_CURRENT"