diff options
author | N.N. <electrickery@users.sourceforge.net> | 2015-01-03 14:25:31 +0000 |
---|---|---|
committer | N.N. <electrickery@users.sourceforge.net> | 2015-01-03 14:25:31 +0000 |
commit | c0095d770a248baeb0f403a7c9fc13ecf6b19868 (patch) | |
tree | 547f469c007e007731df48c133a61d69626e14d1 /shared/shared.h | |
parent | a32b8d2d0fff6de7c498c021466766428923ffd6 (diff) |
completes the 64-pit support started with rev 17393, also adds a log message with version number to each changed object.
svn path=/trunk/externals/miXed/; revision=17397
Diffstat (limited to 'shared/shared.h')
-rw-r--r-- | shared/shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/shared.h b/shared/shared.h index 60e616a..6feaace 100644 --- a/shared/shared.h +++ b/shared/shared.h @@ -5,6 +5,7 @@ #ifndef __SHARED_H__ #define __SHARED_H__ +#include "../cyclone/build_counter" /* Microsoft Visual Studio is not C99, it does not provide stdint.h */ #ifdef _MSC_VER |