diff --git a/file_browser.hh b/file_browser.hh index fd7fd88..8bc0e3d 100644 --- a/file_browser.hh +++ b/file_browser.hh @@ -1,3 +1,6 @@ +#ifndef __FILE_BROWSER_HH__ +#define __FILE_BROWSER_HH__ + #include "menu.hh" #include "gui.hh" @@ -49,3 +52,5 @@ protected: const char **exts; GuiView *parent; }; + +#endif /* __FILE_BROWSER_HH__ */