mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
248851deac
- Change MASTER_SITES - fixed build error in 5.x (compare to ports/69194) PR: ports/70444 Approved by: vanilla (co-mentor)
12 lines
321 B
C++
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
|