1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
freebsd-ports/security/botan/files/patch-modules::tm_posix.cpp
Cheng-Lung Sung 248851deac - Update to 1.4.0
- Change MASTER_SITES
- fixed build error in 5.x (compare to ports/69194)

PR:		ports/70444
Approved by:	vanilla (co-mentor)
2004-08-26 10:07:01 +00:00

12 lines
321 B
C++

--- modules/tm_posix/tm_posix.cpp.orig Sat Jun 26 14:32:53 2004
+++ modules/tm_posix/tm_posix.cpp Fri Jul 16 16:32:28 2004
@@ -6,7 +6,7 @@
#define _POSIX_C_SOURCE 199309
#include <botan/tm_posix.h>
#include <botan/util.h>
-#include <time.h>
+#include <sys/time.h>
#ifndef CLOCK_REALTIME
#define CLOCK_REALTIME 0