X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2Finclude%2Fstdint.h;h=ea837ba850f8718ed0bd57e6e1e6b32a7dc2ac0f;hb=0dbc91f0676576b954aa95dafdb434ce19bc805c;hp=3ad94bda4d1442a021e3795a7e7a86d98466ab23;hpb=17e16b3110b4c5124b0707435e0427993d696545;p=tpg%2Facess2.git diff --git a/Usermode/include/stdint.h b/Usermode/include/stdint.h index 3ad94bda..ea837ba8 100644 --- a/Usermode/include/stdint.h +++ b/Usermode/include/stdint.h @@ -14,4 +14,6 @@ typedef signed short int16_t; typedef signed long int32_t; typedef signed long long int64_t; +typedef uint32_t intptr_t; + #endif