summaryrefslogtreecommitdiffstats
path: root/src/proplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proplist.c')
-rw-r--r--src/proplist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/proplist.c b/src/proplist.c
index 6c10595..a835779 100644
--- a/src/proplist.c
+++ b/src/proplist.c
@@ -20,6 +20,10 @@
<http://www.gnu.org/licenses/>.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdarg.h>
#include "canberra.h"
@@ -27,10 +31,6 @@
#include "macro.h"
#include "malloc.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
static unsigned calc_hash(const char *c) {
unsigned hash = 0;