mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
9459bbfce3
PR: ports/166164 Submitted by: John Hein <jhein@symmetricom.com> (maintainer) Approved by: wen@ (co-mentor) Feature safe: yes
15 lines
402 B
C
15 lines
402 B
C
$FreeBSD$
|
|
--- src/GUI/otk_lib/otk_lib.c.orig Fri Mar 31 21:42:34 2006
|
|
+++ src/GUI/otk_lib/otk_lib.c Sat Apr 8 11:50:21 2006
|
|
@@ -38,6 +38,10 @@
|
|
/* Set debug switch. 1=verbose. 0=quiet. */
|
|
#define DEBUG if (0)
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/time.h>
|
|
+#endif
|
|
+
|
|
#include "otk_lib.h"
|
|
|
|
// #include "scz_compress/scz.h" /* Optionally, include self-contained decompression library. */
|