mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
$NetBSD: patch-ab,v 1.1 2000/08/22 13:35:05 dmcmahill Exp $
|
|
|
|
--- include/libfon.h.orig Sun May 21 19:01:46 2000
|
|
+++ include/libfon.h Tue Aug 22 09:16:46 2000
|
|
@@ -25,4 +25,5 @@
|
|
|
|
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
+#include <sys/inttypes.h>
|
|
#include <sys/param.h>
|
|
#else
|