]> git.meshlink.io Git - catta/blobdiff - avahi-core/rr.h
* do no longer include timeval.h in watch.h by default
[catta] / avahi-core / rr.h
index 6824d2a658a182088618e2f056f5bad4be58624d..7c00152d65134ad4b492937c19f071e658659ebb 100644 (file)
 
 /** \file rr.h Functions and definitions for manipulating DNS resource record (RR) data. */
 
+#include <inttypes.h>
+#include <sys/types.h>
+
 #include <avahi-common/strlst.h>
 #include <avahi-common/address.h>
 #include <avahi-common/cdecl.h>
 
-#include <inttypes.h>
-#include <sys/types.h>
-
 AVAHI_C_DECL_BEGIN
 
 /** DNS record types, see RFC 1035 */