]> git.meshlink.io Git - catta/blobdiff - avahi-common/watch.h
* Quick fix to incorrect configure line, from FreeBSD. :)
[catta] / avahi-common / watch.h
index 7bab4f8fb8140f309787d06fa3303dea15ddd118..b973683c239083ca77ef12231251aebece6615e0 100644 (file)
@@ -25,9 +25,9 @@
 /** \file watch.h Simplistic main loop abstraction */
 
 #include <sys/poll.h>
-#include <avahi-common/cdecl.h>
+#include <sys/time.h>
 
-#include "timeval.h"
+#include <avahi-common/cdecl.h>
 
 #ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_BEGIN
@@ -36,7 +36,7 @@ AVAHI_C_DECL_BEGIN
 /** An I/O watch object */
 typedef struct AvahiWatch AvahiWatch;
 
-/** An I/O watch object */
+/** A timeout watch object */
 typedef struct AvahiTimeout AvahiTimeout;
 
 /** An event polling abstraction object */