mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 16:02:33 +01:00
Add include guards
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user