diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2015-06-11 19:45:17 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2015-08-29 13:05:46 -0500 |
commit | 87b3c456c7cc68719dcc33045a6f6866630f692f (patch) | |
tree | 9837161e7eb2130069d10caefb4cead87f4e4a3c | |
parent | e12a9833773fd62f524b03dbfb1d45319d497a26 (diff) |
add missing include
-rw-r--r-- | ucf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ */ #include <stddef.h> +#include <string.h> #include "ucf.h" #define U24(p) ( ((p)[0]<<16) | ((p)[1]<<8) | (p)[2] ) |