summaryrefslogtreecommitdiff
blob: e15b9ac0a41778b96d6cd33530b77b6077b2c30c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ur yconsole-3.4.3.orig/yconsole/conbar.c yconsole-3.4.3/yconsole/conbar.c
--- yconsole-3.4.3.orig/yconsole/conbar.c	2006-08-23 12:03:24.000000000 +0300
+++ yconsole-3.4.3/yconsole/conbar.c	2007-08-09 12:19:19.000000000 +0300
@@ -1,4 +1,5 @@
 #include <time.h>
+#include <string.h>
 
 #include <Y2/Y.h>
 #include <Y2/Ylib.h>
diff -ur yconsole-3.4.3.orig/yconsole/dspview.c yconsole-3.4.3/yconsole/dspview.c
--- yconsole-3.4.3.orig/yconsole/dspview.c	2006-08-23 12:03:23.000000000 +0300
+++ yconsole-3.4.3/yconsole/dspview.c	2007-08-09 12:19:37.000000000 +0300
@@ -1,3 +1,4 @@
+#include <string.h>
 #include <gtk/gtk.h>
 #include "guiutils.h"
 #include "dspview.h"