1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/archivers/advancecomp/files/patch-Portable.h
Martin Wilke 915fec9aad - Fix build on 4.x
Submitted by:	pointyhat via kris
Approved by:	krion (mentor)
2006-08-07 09:02:45 +00:00

12 lines
254 B
C

--- 7z/Portable.h.org Mon Aug 7 10:54:35 2006
+++ 7z/Portable.h Mon Aug 7 10:54:55 2006
@@ -2,7 +2,7 @@
#define __PORTABLE_H
#include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
typedef signed char INT8;
typedef unsigned char UINT8;