From c6eb6b7a406bff6bb0287a208ffec665ea4775bc Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 14 Sep 2014 11:56:50 -0500 Subject: [PATCH] ntk-console: Add missing string.h --- src/ntk-console.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ntk-console.c b/src/ntk-console.c index 298dacb..38e841a 100644 --- a/src/ntk-console.c +++ b/src/ntk-console.c @@ -21,6 +21,7 @@ #include "console.h" #include +#include #include #include #include