11 lines
191 B
C
11 lines
191 B
C
--- terminal.c.orig Sat Oct 7 14:37:05 2006
|
|
+++ terminal.c Sat Oct 7 14:37:17 2006
|
|
@@ -6,6 +6,7 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "video.h"
|
|
#include "terminal.h"
|
|
|