1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net-p2p/mutella/files/patch-gnudownload.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

11 lines
260 B
C++

--- mutella/gnudownload.cpp Wed Jan 22 14:48:30 2003
+++ gnudownload.cpp.new Thu Jul 31 00:26:42 2003
@@ -43,6 +43,7 @@
#include "property.h"
#include "preferences.h"
+#include <assert.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/stat.h>