summaryrefslogtreecommitdiff
path: root/muse2/vestige
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-12-12 08:28:29 +0000
committerTim E. Real <termtech@rogers.com>2012-12-12 08:28:29 +0000
commit079a13764229873cc395c808a0333674b790edbf (patch)
tree5f3cebb50d315c0b0cddd305df44b0052e7ccd98 /muse2/vestige
parentbfa869ee23aa5da09f18d930766f1d6321854c1b (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.h2
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 ) | \