1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00

stdint is gnuc only

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40109
This commit is contained in:
David Anderson 2005-09-13 20:24:58 +00:00
parent 4b048ff0b2
commit bae2c00808

View File

@ -14,7 +14,9 @@
* @brief Contains the implementation of the SourceHook API
*/
#if defined __GNUC__
#include <stdint.h>
#endif
#include "sourcehook_impl.h"
#include "sh_tinyhash.h"