I don't know what changed since the doc/ directory in the tarball is empty and there is neither a README nor a NEWS file.
15 lines
371 B
Text
15 lines
371 B
Text
$NetBSD: patch-aj,v 1.2 2006/06/08 16:57:59 rillig Exp $
|
|
|
|
This is needed for DragonFly.
|
|
|
|
--- src/tet3/apilib/remtime.c.orig 2006-01-09 15:47:17.000000000 +0000
|
|
+++ src/tet3/apilib/remtime.c
|
|
@@ -53,6 +53,7 @@ MODIFICATIONS:
|
|
|
|
#ifndef TET_LITE /* -START-LITE-CUT- */
|
|
|
|
#include <stdio.h>
|
|
+#include <sys/types.h>
|
|
#include <time.h>
|
|
#include "dtmac.h"
|
|
#include "dtthr.h"
|