projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2533b
)
eina: add missing header guards
author
Jean Guyomarc'h
<jean@guyomarch.bzh>
Wed, 18 May 2016 19:29:02 +0000
(21:29 +0200)
committer
Jean Guyomarc'h
<jean@guyomarch.bzh>
Wed, 18 May 2016 19:56:58 +0000
(21:56 +0200)
src/lib/eina/eina_promise.h
patch
|
blob
|
history
diff --git
a/src/lib/eina/eina_promise.h
b/src/lib/eina/eina_promise.h
index
916d6ea
..
6921c6a
100644
(file)
--- a/
src/lib/eina/eina_promise.h
+++ b/
src/lib/eina/eina_promise.h
@@
-1,3
+1,5
@@
+#ifndef EINA_PROMISE_H_
+#define EINA_PROMISE_H_
#ifdef EFL_BETA_API_SUPPORT
@@
-532,3
+534,5
@@
EAPI extern Eina_Error EINA_ERROR_PROMISE_CANCEL;
*Promise = eina_promise_owner_promise_get(__eo_promise);
#endif
+
+#endif /* ! EINA_PROMISE_H_ */