From 178b33a145f80a88aff8af9f423ce692d7840fe8 Mon Sep 17 00:00:00 2001 From: "Andreas.Fink85" Date: Sat, 16 Jan 2010 09:44:11 +0000 Subject: [PATCH] *fix* include file fix git-svn-id: http://tint2.googlecode.com/svn/trunk@356 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- src/tint2conf/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index 7026102..e2bbb29 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -28,7 +28,7 @@ #include #include -#include "version.h" +#include "../version.h" #include "common.h" #include "theme_view.h"