summaryrefslogtreecommitdiff
path: root/archivers/rzip/patches/patch-ac
blob: eb52e7394ab35fe635a3fb6a1855983fcbc70d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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>