From 6a75b780762a8695a83e0e94e6fcbce4d2f73573 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 May 2008 00:30:25 +0000 Subject: autoconfization git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@13 01b60673-d06a-42c0-afdd-89cb8e0f78ac --- src/proplist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/proplist.c') 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 @@ . ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include "canberra.h" @@ -27,10 +31,6 @@ #include "macro.h" #include "malloc.h" -#ifdef HAVE_CONFIG_H -#include -#endif - static unsigned calc_hash(const char *c) { unsigned hash = 0; -- cgit