$NetBSD: patch-ae,v 1.2 2015/12/29 23:34:55 dholland Exp $

Dragonfly support.

--- time.c.orig	2006-02-08 17:55:21.000000000 +0000
+++ time.c
@@ -111,7 +111,7 @@
 # include <sys/times.h>
 # define USE_GETTIMEOFDAY
 #endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__DragonFly__)
 # include <sys/types.h>
 # include <sys/time.h>
 # include <sys/timeb.h>
