--- openuniverse-1.0beta3.1+dfsg.orig/src/cfgparse.y
+++ openuniverse-1.0beta3.1+dfsg/src/cfgparse.y
@@ -1,6 +1,7 @@
 %{
 #include <math.h>		/* For math functions, cos(), sin(), etc. */
 #include <time.h>
+#include <string.h> 
 #include "ou.h"
 
 
@@ -173,13 +174,13 @@
 }
 
 |FONT '=' INTEGER_NUM {
-fonttype = $3}
+fonttype = $3;}
 
 |LEVELOFDETAIL '=' INTEGER_NUM {
-LOD = $3}
+LOD = $3;}
 
 |TEXTURECOMPRESSION '=' INTEGER_NUM {
-tex_compr *= $3}
+tex_compr *= $3;}
 
 |COLORDEPTH '=' INTEGER_NUM {
     color_depth = $3;
