X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=util.h;h=efee5dc3589e3b42abc9cacd592c89b9bf7c32b9;hp=1a01fccd37b05eaeeccc29779e32dfd535374c70;hb=1fa9077d63b7a1083f71ec058c338b4fb8afebe9;hpb=30d33913cb2d8e895ebf1c79595a0ebf901d925b diff --git a/util.h b/util.h index 1a01fcc..efee5dc 100644 --- a/util.h +++ b/util.h @@ -15,6 +15,7 @@ #define _UTIL_H__ #include +#include #define DBG(level, fmt, ...) do { \ if (debug >= level) \ @@ -31,5 +32,6 @@ extern char mdns_hostname_local[HOSTNAME_LEN + 6]; extern void get_hostname(void); extern uint32_t rand_time_delta(uint32_t t); +extern time_t monotonic_time(void); #endif