freebsd-ports/net/linneighborhood/files/patch-lmhosts.c
Tilman Keskinoz 5bb835f439 Add LinNeighborhood, a GTK SMB LANbrowser
PR:		50953
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2003-04-16 11:44:55 +00:00

10 lines
269 B
C

--- src/lmhosts.c.orig Thu Feb 13 08:48:40 2003
+++ src/lmhosts.c Thu Feb 13 08:49:05 2003
@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>