tests/spin_button: include Elementary.h since this uses legacy api
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 27 Sep 2019 15:06:21 +0000 (11:06 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 30 Sep 2019 22:27:31 +0000 (07:27 +0900)
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10233

src/tests/elementary/efl_ui_test_spin_button.c

index d44f817..a60314f 100644 (file)
@@ -2,6 +2,7 @@
 # include "elementary_config.h"
 #endif
 
+#include <Elementary.h>
 #include <Efl_Ui.h>
 #include "efl_ui_suite.h"