From 2c33d4149de59359e2979d386858f3c83646d83d Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 5 Dec 2013 20:40:35 +0000 Subject: [PATCH] build: fix out of src tree builds Signed-off-by: Spencer Oliver --- tagutils/tagutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagutils/tagutils.c b/tagutils/tagutils.c index e86eb29..3b531f8 100644 --- a/tagutils/tagutils.c +++ b/tagutils/tagutils.c @@ -36,7 +36,7 @@ #include #include -#include "../config.h" +#include "config.h" #ifdef HAVE_ICONV #include #endif