diff options
author | Tim E. Real <termtech@rogers.com> | 2012-12-12 08:28:29 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-12-12 08:28:29 +0000 |
commit | 079a13764229873cc395c808a0333674b790edbf (patch) | |
tree | 5f3cebb50d315c0b0cddd305df44b0052e7ccd98 /muse2/vestige | |
parent | bfa869ee23aa5da09f18d930766f1d6321854c1b (diff) |
Add stdint.h to vestige header.
Some WIP trying to fix odd patch name bug (shows @u@ etc).
Diffstat (limited to 'muse2/vestige')
-rw-r--r-- | muse2/vestige/aeffectx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/vestige/aeffectx.h b/muse2/vestige/aeffectx.h index fe0adef3..11731c6c 100644 --- a/muse2/vestige/aeffectx.h +++ b/muse2/vestige/aeffectx.h @@ -26,6 +26,8 @@ #ifndef _AEFFECTX_H #define _AEFFECTX_H +#include <stdint.h> + #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ ( ( (int) b ) << 16 ) | \ ( ( (int) c ) << 8 ) | \ |