freebsd-ports/net-p2p/libbt/files/patch-src_btlist.c
Florent Thoumie e5631f7783 Fix build on 7-CURRENT.
PR:		ports/102836
Submitted by:	simon
2006-09-18 10:20:32 +00:00

13 lines
184 B
C

$FreeBSD$
--- src/btlist.c.orig
+++ src/btlist.c
@@ -13,6 +13,7 @@
#include "config.h"
+#include <sys/types.h>
#include <openssl/sha.h>
#include <stdlib.h>
#include <string.h>