mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
$NetBSD: patch-ac,v 1.1 2005/10/23 17:53:01 rillig Exp $
|
|
|
|
--- rzip.h.orig 2005-10-23 11:24:14.000000000 +0200
|
|
+++ rzip.h 2005-10-23 11:25:45.000000000 +0200
|
|
@@ -26,6 +26,9 @@
|
|
#include "config.h"
|
|
|
|
#include <sys/types.h>
|
|
+#ifdef __APPLE__ /* Darwin */
|
|
+#include <stdint.h>
|
|
+#endif
|
|
#include <unistd.h>
|
|
#include <stdio.h>
|
|
#include <stddef.h>
|