mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
$NetBSD: patch-am,v 1.1 2006/01/15 19:20:59 joerg Exp $
|
|
|
|
--- msdos/dos_timer.c.orig 2006-01-15 18:50:44.000000000 +0000
|
|
+++ msdos/dos_timer.c
|
|
@@ -31,6 +31,7 @@ To send email to the maintainer of the W
|
|
#include "platform.h"
|
|
|
|
#define _POSIX_SOURCE 1
|
|
+#include <sys/types.h>
|
|
#include <time.h>
|
|
|
|
|