ecore_evas: add double header include safety
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 27 Nov 2019 08:43:11 +0000 (09:43 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 17 Dec 2019 21:28:30 +0000 (06:28 +0900)
Reported-By: https://lgtm.com/projects/g/Enlightenment/efl
Reviewed-by: Chris Michael <cp.michael@samsung.com>
Differential Revision: https://phab.enlightenment.org/D10887

src/modules/ecore_evas/engines/extn/ecore_evas_extn_engine.h

index b5a71a9..42159c1 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _ECORE_EVAS_EXTN_ENGINE_H_
+#define _ECORE_EVAS_EXTN_ENGINE_H_
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
@@ -228,3 +231,5 @@ struct _Ipc_Data_Ev_Key_Down
    unsigned int timestamp;
    Evas_Event_Flags event_flags;
 };
+
+#endif /*_ECORE_EVAS_EXTN_ENGINE_H_*/