mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
1794478b8b
USE_DOS2UNIX had to be set in order to apply the patch. Approved by: portmgr (bapt, implicit)
11 lines
241 B
C++
11 lines
241 B
C++
--- 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 ()
|