mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
$NetBSD: patch-ak,v 1.1 2005/04/17 05:48:34 minskim Exp $
|
|
|
|
--- util.cpp.orig 2000-04-01 07:39:12.000000000 -0600
|
|
+++ util.cpp
|
|
@@ -11,6 +11,7 @@
|
|
#else
|
|
#include <sys/time.h>
|
|
#endif
|
|
+#include <time.h>
|
|
|
|
// Function return the time since an arbitrary reference in
|
|
// 100ths of a second
|