blob: 2a511dbf58426575103278725a4eee8f9cdda776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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>
|