pkgsrc-ng/math/pari/patches/patch-src_headers_paristio.h
2016-11-18 22:39:22 +01:00

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;