aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
authorChris Apers2003-11-28 10:04:23 +0000
committerChris Apers2003-11-28 10:04:23 +0000
commitdefa1feb75bb04a29f327e62be02d45a539f4c17 (patch)
tree18cd3d6dc94a7af5a0766dbfdb43bd31681eeb7c /backends/PalmOS
parent49b1fc4c850654c2c948b2425e1c8cdb1a978d44 (diff)
downloadscummvm-rg350-defa1feb75bb04a29f327e62be02d45a539f4c17.tar.gz
scummvm-rg350-defa1feb75bb04a29f327e62be02d45a539f4c17.tar.bz2
scummvm-rg350-defa1feb75bb04a29f327e62be02d45a539f4c17.zip
...
svn-id: r11405
Diffstat (limited to 'backends/PalmOS')
-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