diff options
Diffstat (limited to 'lib/qtimers.h')
-rw-r--r-- | lib/qtimers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/qtimers.h b/lib/qtimers.h index 37f55d89..a4d4a1c3 100644 --- a/lib/qtimers.h +++ b/lib/qtimers.h @@ -20,7 +20,7 @@ */ #ifndef _ZEBRA_QTIMERS_H -#define _ZEBRA_QTIMERST_H +#define _ZEBRA_QTIMERS_H #include "zassert.h" #include "qtime.h" @@ -185,4 +185,4 @@ qtimer_get(qtimer qtr) return qtr->time ; } ; -#endif /* _ZEBRA_QPSELECT_H */ +#endif /* _ZEBRA_QTIMERS_H */ |