summaryrefslogtreecommitdiff
path: root/audio/xtuner/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xtuner/files/patch-aa')
-rw-r--r--audio/xtuner/files/patch-aa5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa
index ddd331da0fd0..1af96da72bb0 100644
--- a/audio/xtuner/files/patch-aa
+++ b/audio/xtuner/files/patch-aa
@@ -17,13 +17,16 @@
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-@@ -48,6 +47,10 @@
+@@ -48,6 +47,13 @@
int fpiopl;
#endif
+#ifndef TRUE
+#define TRUE 1
+#endif
++#ifndef FALSE
++#define FALSE 0
++#endif
+
#define ON 1
#define OFF 0