14 lines
366 B
Text
14 lines
366 B
Text
$NetBSD: patch-aj,v 1.3 2011/12/14 03:07:25 sbd Exp $
|
|
|
|
This is needed for DragonFly.
|
|
|
|
--- src/tet3/apilib/remtime.c.orig 2006-03-10 09:42:16.000000000 +0000
|
|
+++ src/tet3/apilib/remtime.c
|
|
@@ -60,6 +60,7 @@ MODIFICATIONS:
|
|
#ifndef TET_LITE /* -START-LITE-CUT- */
|
|
|
|
#include <stdio.h>
|
|
+#include <sys/types.h>
|
|
#include <time.h>
|
|
#include "dtmac.h"
|
|
#include "dtthr.h"
|