X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=libavahi-core%2Fprioq.c;h=7e57ae51e9fe0bd5b77b5267311fb967e421e068;hb=eca309458f9521a2e3276dc11a1792d5f2e227e4;hp=ad5948e3166e97a963dd8a9be5f2c935d5865ac5;hpb=876fead3c8984cf985cca439bfb4c7d31c01ccc9;p=catta 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 +#endif + #include "prioq.h" AvahiPrioQueue* avahi_prio_queue_new(gint (*compare) (gconstpointer a, gconstpointer b)) {