1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-10 05:49:22 -04:00
ports/net-p2p/mutella/files/patch-gnushare.cpp
Kirill Ponomarev 68e603e870 Fix build on -current
PR:		55085
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-31 06:18:34 +00:00

10 lines
255 B
C++

--- mutella/gnushare.cpp Mon Nov 18 17:04:17 2002
+++ gnushare.cpp.new Thu Jul 31 00:12:32 2003
@@ -44,6 +44,7 @@
#include "gnuwordhash.h"
#include "sha1thread.h"
+#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>