diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-10-28 22:30:56 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-10-28 22:30:56 +0000 |
commit | eee711106f721fc73a1ef50348984b7a1d9cb595 (patch) | |
tree | b4f05351d046fec9bf454c381b5fdb4018cf9e4f /avahi-core/avahi-reflector.c | |
parent | 48f053dc87279e2e3cad561db5b744cbcbf32387 (diff) |
* many trivial fix to make avahi compile on OpenBSD
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@903 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/avahi-reflector.c')
-rw-r--r-- | avahi-core/avahi-reflector.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-core/avahi-reflector.c b/avahi-core/avahi-reflector.c index a383965..df5539f 100644 --- a/avahi-core/avahi-reflector.c +++ b/avahi-core/avahi-reflector.c @@ -23,10 +23,12 @@ #include <config.h> #endif +#include <stdlib.h> + +#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <stdlib.h> #include <avahi-common/simple-watch.h> #include <avahi-core/core.h> |