aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/PalmOS/Src/missing/time.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/missing/time.h b/backends/PalmOS/Src/missing/time.h
index 1a2551ea97..e30bc9b1b5 100644
--- a/backends/PalmOS/Src/missing/time.h
+++ b/backends/PalmOS/Src/missing/time.h
@@ -19,6 +19,9 @@
* $Header$
*
*/
+#ifndef __TIME_H__
+#define __TIME_H__
+
#include <PalmOS.h>
@@ -38,3 +41,5 @@ struct tm {
time_t time(time_t *tloc);
struct tm *localtime(const time_t *timer);
+
+#endif