diff options
author | jin0.kim <jin0.kim@samsung.com> | 2015-11-11 15:47:34 +0830 |
---|---|---|
committer | jin0.kim <jin0.kim@samsung.com> | 2015-11-13 11:19:30 +0830 |
commit | 1543e8c05cf943f166d68f00f6d6a656b79a9061 (patch) | |
tree | 2ee819a0dfb0336402bbea9d43a77be6a9edfcc0 /test | |
parent | 19a60f468528fc76cfd8ac0ecf5b852933fe1c0e (diff) | |
download | quickpanel-1543e8c05cf943f166d68f00f6d6a656b79a9061.tar.gz quickpanel-1543e8c05cf943f166d68f00f6d6a656b79a9061.tar.bz2 quickpanel-1543e8c05cf943f166d68f00f6d6a656b79a9061.zip |
[Tizen 3.0] 2.4 source code merge
Change-Id: Id543ba142712a6ab4be9e16d2fe7dffdc6e3bfad
Diffstat (limited to 'test')
-rwxr-xr-x | test/quickpanel_debug_util.c | 1 | ||||
-rwxr-xr-x | test/quickpanel_debug_util.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/quickpanel_debug_util.c b/test/quickpanel_debug_util.c index 94d883b..859506d 100755 --- a/test/quickpanel_debug_util.c +++ b/test/quickpanel_debug_util.c @@ -25,6 +25,7 @@ #include <string.h> #include <stdio.h> #include <time.h> +#include <Elementary.h> #include <common.h> #include <glib.h> diff --git a/test/quickpanel_debug_util.h b/test/quickpanel_debug_util.h index ff22b00..f27853b 100755 --- a/test/quickpanel_debug_util.h +++ b/test/quickpanel_debug_util.h @@ -19,6 +19,6 @@ #ifndef __QUICKPANEL_DEBUG_UTIL_H_ #define __QUICKPANEL_DEBUG_UTIL_H_ -void debug_printf(char *fmt, ...); +extern void debug_printf(char *fmt, ...); #endif /* __QUICKPANEL_DEBUG_UTIL_H_ */ |