diff options
| -rw-r--r-- | avahi-daemon/dbus-protocol.c | 1 | ||||
| -rw-r--r-- | avahi-daemon/simple-protocol.c | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c index fc5d0b0..517b954 100644 --- a/avahi-daemon/dbus-protocol.c +++ b/avahi-daemon/dbus-protocol.c @@ -25,6 +25,7 @@  #include <string.h>  #include <sys/ioctl.h> +#include <sys/types.h>  #include <sys/socket.h>  #include <netinet/in.h>  #include <net/if.h> diff --git a/avahi-daemon/simple-protocol.c b/avahi-daemon/simple-protocol.c index a3b48cc..2d806df 100644 --- a/avahi-daemon/simple-protocol.c +++ b/avahi-daemon/simple-protocol.c @@ -25,6 +25,7 @@  #include <assert.h>  #include <string.h> +#include <sys/types.h>  #include <sys/socket.h>  #include <stdio.h>  #include <unistd.h> | 
