forked from Lainports/freebsd-ports
Add OPTIONS to disable OPENSSL and enable DEBUG PR: 91109 [1] Submitted by: Babak Farrokhi <babak@farrokhi.net> [1]
10 lines
210 B
C
10 lines
210 B
C
--- headers.c.orig Thu Dec 15 18:52:01 2005
|
|
+++ headers.c Fri Dec 30 23:51:37 2005
|
|
@@ -33,6 +33,7 @@
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
#include <errno.h>
|
|
+#include <sys/time.h>
|
|
|
|
#include <missing.h>
|
|
|