about summary refs log tree commit diff
path: root/mlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'mlist.c')
-rw-r--r--mlist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mlist.c b/mlist.c
index 9d0800f..6fcfb66 100644
--- a/mlist.c
+++ b/mlist.c
@@ -12,9 +12,7 @@
 #include <unistd.h>
 
 #include "blaze822.h"
-
-#define lc(c) ((c) | 0x20)
-#define uc(c) ((c) & 0xdf)
+#include "blaze822_priv.h"
 
 /*