From 1c47abfc5f6117775cc51c860657dbb8928df26b Mon Sep 17 00:00:00 2001 From: Suchang Woo Date: Thu, 16 Jul 2015 21:26:14 +0900 Subject: [PATCH] vconf-compat: change include files form from angle-bracket to quoted Change-Id: I1e470525a5c7eeb4a59f55775f2c070c3a3fe424 Signed-off-by: Suchang Woo --- vconf-compat/vconf-keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vconf-compat/vconf-keys.h b/vconf-compat/vconf-keys.h index 2522827..112f308 100644 --- a/vconf-compat/vconf-keys.h +++ b/vconf-compat/vconf-keys.h @@ -19,6 +19,6 @@ #ifndef __VCONF_KEYS_H__ #define __VCONF_KEYS_H__ -#include +#include "vconf-internal-keys.h" #endif /* __VCONF_KEYS_H__ */ -- 2.7.4