diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-08-12 00:25:52 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-08-12 00:25:52 +0000 |
commit | 5ebf655c85076f200955458673a8bbf0dd927407 (patch) | |
tree | 148d2a476b375603db4e3401b8d1d1236af0ae2c /avahi-core/announce.c | |
parent | e63a65b3955b173a3e8d6b78c6377a518a9922d6 (diff) |
Split avahi-common/util.h into
avahi-common/domain.h
avahi-core/fdutil.h
avahi-core/timeval.h
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@299 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/announce.c')
-rw-r--r-- | avahi-core/announce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/announce.c b/avahi-core/announce.c index 5d9e8cf..3787f8f 100644 --- a/avahi-core/announce.c +++ b/avahi-core/announce.c @@ -24,7 +24,7 @@ #endif #include "announce.h" -#include "util.h" +#include "timeval.h" #define AVAHI_ANNOUNCEMENT_JITTER_MSEC 250 #define AVAHI_PROBE_JITTER_MSEC 250 |