summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-wrapper.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/python-wrapper.c b/python-wrapper.c
index 0a10bc9..6596c30 100644
--- a/python-wrapper.c
+++ b/python-wrapper.c
@@ -1,6 +1,9 @@
/* Copyright 1999-2010 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
*/
+
+#include "config.h"
+
#include <dirent.h>
#include <limits.h>
#include <stdlib.h>
@@ -9,8 +12,6 @@
#include <unistd.h>
#include <sys/stat.h>
-#include "config.h"
-
#define ENVD_CONFIG "/etc/env.d/python/config"
/* 127 is the standard return code for "command not found" */