freebsd-ports/net-p2p/bnbt/files/patch-server.cpp
Pav Lucistnik ded40cdbd0 - Update to 8.1b3
- Add WITH_MYSQL knob
- Introduce rcng script

PR:		ports/73139
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-10-27 21:43:46 +00:00

11 lines
199 B
C++

--- server.cpp Fri Sep 10 14:43:24 2004
+++ server.cpp.new Sat Oct 23 15:40:21 2004
@@ -19,6 +19,8 @@
*
***/
+#include <sys/time.h>
+
#include "bnbt.h"
#include "client.h"
#include "config.h"