mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
915fec9aad
Submitted by: pointyhat via kris Approved by: krion (mentor)
12 lines
254 B
C
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;
|