Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/archivers/advancecomp/files/patch-7z_Portable.h
16461 views
1
--- 7z/Portable.h.orig 2012-12-08 22:16:47 UTC
2
+++ 7z/Portable.h
3
@@ -2,7 +2,7 @@
4
#define __PORTABLE_H
5
6
#include <string.h>
7
-#include <stdint.h>
8
+#include <inttypes.h>
9
10
typedef signed char INT8;
11
typedef unsigned char UINT8;
12
13