# HG changeset patch # User alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde # Date 1254476207 0 # Node ID fce0b7d5cef7886af02d235ca929c2326b83a31b # Parent b1e002710e2d2c229c87c4f6652d4f0a8fc77f33 [Issue 5] Change to "stdint.h" to let compiler search for it in local directory. diff --git a/inttypes.h b/inttypes.h --- a/inttypes.h +++ b/inttypes.h @@ -40,7 +40,7 @@ #pragma once #endif -#include +#include "stdint.h" // 7.8 Format conversion of integer types