From b6139851ac21cb2bf57131cc2e4f70fd447f50fe Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Wed, 16 Dec 2009 16:53:14 +0000 Subject: [PATCH] ifdeffery --- file_browser.hh | 5 +++++ 1 file changed, 5 insertions(+) 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__ */