---
src/keybind.h | 4 ++++
src/rootmenu.h | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/keybind.h b/src/keybind.h
index 18b1ac6..6c7cc15 100644
--- a/src/keybind.h
+++ b/src/keybind.h
@@ -19,6 +19,8 @@
* USA.
*/
+#ifndef WMKEYBIND_H
+#define WMKEYBIND_H
enum {
/* anywhere */
@@ -100,3 +102,5 @@ typedef struct WShortKey {
} WShortKey;
void wKeyboardInitialize();
+
+#endif /* WMKEYBIND_H */
diff --git a/src/rootmenu.h b/src/rootmenu.h
index f909ae8..b2c0ddf 100644
--- a/src/rootmenu.h
+++ b/src/rootmenu.h
@@ -20,6 +20,8 @@
* USA.
*/
+#ifndef WMROOTMENU_H
+#define WMROOTMENU_H
#include "WindowMaker.h"
@@ -40,3 +42,4 @@ typedef struct _WRootMenuReader {
void (*closeMenuFile)(WRootMenuData *data);
} WRootMenuReader;
+#endif /* WMROOTMENU_H */
--
1.7.1.rc0.13.g7ec1e
--
To unsubscribe, send mail to [email protected].