mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
373 B
C
14 lines
373 B
C
$NetBSD: patch-src_headers_paristio.h,v 1.1 2016/03/03 13:28:22 wiz Exp $
|
|
|
|
--- src/headers/paristio.h.orig 2014-09-15 11:32:55.000000000 +0000
|
|
+++ src/headers/paristio.h
|
|
@@ -13,6 +13,8 @@ Foundation, Inc., 51 Franklin Street, Fi
|
|
|
|
/* This file contains memory and I/O management definitions */
|
|
|
|
+#include <fcntl.h>
|
|
+
|
|
typedef struct {
|
|
long s, us;
|
|
} pari_timer;
|