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:
parent
4b048ff0b2
commit
bae2c00808
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user