summaryrefslogtreecommitdiffstats
path: root/libavahi-core/prioq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavahi-core/prioq.c')
-rw-r--r--libavahi-core/prioq.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavahi-core/prioq.c b/libavahi-core/prioq.c
index ad5948e..7e57ae5 100644
--- a/libavahi-core/prioq.c
+++ b/libavahi-core/prioq.c
@@ -19,6 +19,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "prioq.h"
AvahiPrioQueue* avahi_prio_queue_new(gint (*compare) (gconstpointer a, gconstpointer b)) {