]> git.meshlink.io Git - catta/blobdiff - avahi-core/timeeventq.c
Split avahi-common/util.h into
[catta] / avahi-core / timeeventq.c
index fbdb6d59928660466a4c82c727c92c926b799857..d466cd43f4eeb5e3e989a39a7d5499632e957fd7 100644 (file)
@@ -24,7 +24,7 @@
 #endif
 
 #include "timeeventq.h"
-#include "util.h"
+#include "timeval.h"
 
 static gint compare(gconstpointer _a, gconstpointer _b) {
     const AvahiTimeEvent *a = _a,  *b = _b;