Browse Source

ntk-console: Add missing string.h

Alexander von Gluck IV 10 years ago
parent
commit
c6eb6b7a40
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/ntk-console.c

+ 1
- 0
src/ntk-console.c View File

@@ -21,6 +21,7 @@
21 21
 #include "console.h"
22 22
 
23 23
 #include <stdio.h>
24
+#include <string.h>
24 25
 #include <sys/socket.h>
25 26
 #include <sys/un.h>
26 27
 #include <time.h>

Loading…
Cancel
Save