add missing config.h includes
authorLennart Poettering <lennart@poettering.net>
Tue, 11 Sep 2007 00:56:21 +0000 (00:56 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 11 Sep 2007 00:56:21 +0000 (00:56 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1800 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/authkey-prop.c
src/pulsecore/props.c
src/pulsecore/x11wrap.c

index 3b8304b..146d7ca 100644 (file)
   USA.
 ***/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <assert.h>
 #include <string.h>
 
index 4a39f0f..37e7419 100644 (file)
   USA.
 ***/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <assert.h>
 
 #include <pulse/xmalloc.h>
index 067b7df..1bcbcd4 100644 (file)
   USA.
 ***/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <assert.h>
 #include <stdio.h>