From 079a13764229873cc395c808a0333674b790edbf Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Wed, 12 Dec 2012 08:28:29 +0000 Subject: Add stdint.h to vestige header. Some WIP trying to fix odd patch name bug (shows @u@ etc). --- muse2/vestige/aeffectx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'muse2/vestige') 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 + #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ ( ( (int) b ) << 16 ) | \ ( ( (int) c ) << 8 ) | \ -- cgit v1.2.3