From 5076b15d4983cd67a68b57940633789e337186e4 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 9 Jan 2010 16:43:14 +0000 Subject: [PATCH] Fix includes --- src/tint2conf/theme_view.c | 2 +- src/util/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tint2conf/theme_view.c b/src/tint2conf/theme_view.c index 1331db7..ca22d02 100644 --- a/src/tint2conf/theme_view.c +++ b/src/tint2conf/theme_view.c @@ -1,4 +1,4 @@ - +#include #include "theme_view.h" diff --git a/src/util/common.c b/src/util/common.c index 9f122d6..dd2f011 100644 --- a/src/util/common.c +++ b/src/util/common.c @@ -28,7 +28,7 @@ #include "common.h" -#include "server.h" +#include "../server.h" -- 2.44.0