]> Dogcows Code - chaz/tint2/commitdiff
Fix includes
authorChristian Ruppert <Spooky85@gmail.com>
Sat, 9 Jan 2010 16:43:14 +0000 (16:43 +0000)
committerChristian Ruppert <Spooky85@gmail.com>
Sat, 9 Jan 2010 16:43:14 +0000 (16:43 +0000)
src/tint2conf/theme_view.c
src/util/common.c

index 1331db7670e5c7d223d5d9a2725567d4033c86c5..ca22d02981ed27b207a6416960ef5eb8b5ff2585 100644 (file)
@@ -1,4 +1,4 @@
-
+#include <string.h>
 #include "theme_view.h"
 
 
index 9f122d6a3ca9b54b816851dc028b9a7e4888678d..dd2f0113b94fceefd137b039f66c1176c6bc0a1b 100644 (file)
@@ -28,7 +28,7 @@
 
 
 #include "common.h"
-#include "server.h"
+#include "../server.h"
 
 
 
This page took 0.027446 seconds and 4 git commands to generate.