From 4aee534725241e3d2daccaee4b271b4ade115f18 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 25 Nov 2012 23:29:02 +0000 Subject: Added header define to window.h --- src/window.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/window.h b/src/window.h index 516b73a0..d9fc055d 100644 --- a/src/window.h +++ b/src/window.h @@ -20,6 +20,9 @@ * */ +#ifndef WINDOW_H +#define WINDOW_H + #include "ui.h" typedef struct prof_win_t { @@ -35,3 +38,5 @@ typedef struct prof_win_t { ProfWin* window_create(const char * const title, int cols, win_type_t type); void window_free(ProfWin *window); + +#endif -- cgit 1.4.1-2-gfad0