From 87b3c456c7cc68719dcc33045a6f6866630f692f Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Thu, 11 Jun 2015 19:45:17 -0500 Subject: add missing include --- ucf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ucf.c b/ucf.c index 8c4a487..53d960a 100644 --- a/ucf.c +++ b/ucf.c @@ -12,6 +12,7 @@ */ #include +#include #include "ucf.h" #define U24(p) ( ((p)[0]<<16) | ((p)[1]<<8) | (p)[2] ) -- cgit v1.2.3