1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/pktanon/files/patch-src_Timer.cpp

11 lines
241 B
C++
Raw Normal View History

--- src/Timer.cpp.orig 2013-10-01 17:57:00.000000000 +0000
+++ src/Timer.cpp
@@ -16,6 +16,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+#include <unistd.h>
#include "Timer.h"
Timer::Timer ()