summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucf.c b/ucf.c
index 8c4a487..53d960a 100644
--- a/ucf.c
+++ b/ucf.c
@@ -12,6 +12,7 @@
*/
#include <stddef.h>
+#include <string.h>
#include "ucf.h"
#define U24(p) ( ((p)[0]<<16) | ((p)[1]<<8) | (p)[2] )