From 937322e47f7858d4c156ffd61a58232b86299334 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Apr 2007 20:29:34 +0000 Subject: add missing header file git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1439 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/socket-auto-port.c | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/socket-auto-port.c b/docs/socket-auto-port.c index 850759a..75dffaf 100644 --- a/docs/socket-auto-port.c +++ b/docs/socket-auto-port.c @@ -5,6 +5,7 @@ #include #include #include +#include int main(int argc, char *argv[]) { int s; -- cgit