From 94cb3cbcf6eb281d319ec5540b1fa6aed2f9a7b4 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 30 Jul 2015 10:55:12 +0300 Subject: [PATCH] libbase: define intptr_t. --- software/include/base/stdint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/software/include/base/stdint.h b/software/include/base/stdint.h index fadee90e..90332e39 100644 --- a/software/include/base/stdint.h +++ b/software/include/base/stdint.h @@ -5,6 +5,7 @@ extern "C" { #endif +typedef int intptr_t; typedef unsigned int uintptr_t; typedef unsigned long long uint64_t; -- 2.30.2