diff options
Diffstat (limited to 'statusbar.h')
-rw-r--r-- | statusbar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/statusbar.h b/statusbar.h index 1411ef76..c315de7f 100644 --- a/statusbar.h +++ b/statusbar.h @@ -1,3 +1,6 @@ +#ifndef NAVIT_STATUSBAR_H +#define NAVIT_STATUSBAR_H + struct route; struct statusbar_priv; struct point; @@ -16,3 +19,6 @@ struct statusbar { }; /* prototypes */ + +#endif + |