Add header guard to reduce warning count marginally

svn path=/trunk/netsurf/; revision=5514
This commit is contained in:
Daniel Silverstone 2008-10-09 14:12:44 +00:00
parent f6a2b1169d
commit 0bd85e2e44

View File

@ -16,6 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef GTK_GUI_H
#define GTK_GUI_H
#include <stdbool.h>
#include <gtk/gtk.h>
#include <glade/glade.h>
@ -33,3 +36,6 @@ extern GtkWindow *wndTooltip;
extern GtkLabel *labelTooltip;
extern GtkDialog *wndOpenFile;
#endif /* GTK_GUI_H */