# HG changeset patch # User diego # Date 1183409651 0 # Node ID 39da13b211b6c1d56741c38c1b9942c8c2ef9e72 # Parent ce6ecb20fb44b1d04923b2cc9a9a122d83ef7aa8 Add multiple inclusion guard. diff -r ce6ecb20fb44 -r 39da13b211b6 gui/wm/wsmkeys.h --- a/gui/wm/wsmkeys.h Mon Jul 02 20:36:18 2007 +0000 +++ b/gui/wm/wsmkeys.h Mon Jul 02 20:54:11 2007 +0000 @@ -1,3 +1,5 @@ +#ifndef GUI_WSMKEYS_H +#define GUI_WSMKEYS_H #include "wskeys.h" @@ -62,3 +64,5 @@ { wsKeyNone, "None" } }; + +#endif /* GUI_WSMKEYS_H */