Include config.h for 64-bit typing. - sam - An updated version of the sam text … | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f93ac2f46c3330c20f6d2bd79d46464620ea8165 | |
parent 36f73a799a07a86a9fe0a518dc6b1ebdee83aa30 | |
Author: Rob King <[email protected]> | |
Date: Tue, 6 Sep 2016 12:15:06 -0500 | |
Include config.h for 64-bit typing. | |
Diffstat: | |
include/u.h | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/include/u.h b/include/u.h | |
@@ -8,6 +8,8 @@ | |
#include <unistd.h> | |
#include <wchar.h> | |
+#include "../config.h" | |
+ | |
typedef uint16_t ushort; | |
typedef uint8_t uchar; | |
typedef uint16_t Rune; |