summaryrefslogtreecommitdiffstats
path: root/src/ifplugd.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-12-19 00:08:01 +0000
committerLennart Poettering <lennart@poettering.net>2004-12-19 00:08:01 +0000
commit24f02b7bba491023ccfad8850269b39970caa25a (patch)
tree410b81d507e78b76c1d01c54f6a033fea24e0f12 /src/ifplugd.c
parent9d2e16613d3fba59cbfe839bb8f425ac84307f53 (diff)
* mii fix
* build system update git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@114 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
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"