X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Ftimeeventq.c;h=88e17792e09436f8cf43d3c7fcb2e7a1d80e3dbb;hb=5d047523c87ba11aad8c384f7ffde25b4dd746ed;hp=fbdb6d59928660466a4c82c727c92c926b799857;hpb=e63a65b3955b173a3e8d6b78c6377a518a9922d6;p=catta diff --git a/avahi-core/timeeventq.c b/avahi-core/timeeventq.c index fbdb6d5..88e1779 100644 --- a/avahi-core/timeeventq.c +++ b/avahi-core/timeeventq.c @@ -23,8 +23,8 @@ #include #endif +#include #include "timeeventq.h" -#include "util.h" static gint compare(gconstpointer _a, gconstpointer _b) { const AvahiTimeEvent *a = _a, *b = _b;