Files
pkgsrc-ng/math/pari23/patches/patch-aj
2016-11-18 22:39:22 +01:00

14 lines
353 B
Plaintext

$NetBSD: patch-aj,v 1.1 2016/03/03 13:23:22 wiz Exp $
--- src/headers/paristio.h.orig 2008-01-16 15:55:40.000000000 +0000
+++ src/headers/paristio.h
@@ -15,6 +15,8 @@ Foundation, Inc., 59 Temple Place - Suit
/* This file contains memory and I/O management definitions */
+#include <fcntl.h>
+
typedef struct {
long s, us;
} pari_timer;