ref: 8603664509dc8ef2576905a692bfca40d737637a
parent: b1450d7399beff55b2bf98c9338cc757e1e47c64
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Aug 17 01:41:02 EDT 2018
[lib/scc] Add ctype.h to pack functions This include was missed and isdigt() was used.
--- a/lib/scc/bpack.c
+++ b/lib/scc/bpack.c
@@ -1,3 +1,5 @@
+
+#include <ctype.h>
#include <stdarg.h>
#include "../../inc/scc.h"
--- a/lib/scc/lpack.c
+++ b/lib/scc/lpack.c
@@ -1,3 +1,5 @@
+
+#include <ctype.h>
#include <stdarg.h>
#include "../../inc/scc.h"