diff options
| author | Chris Apers | 2003-11-28 10:04:23 +0000 | 
|---|---|---|
| committer | Chris Apers | 2003-11-28 10:04:23 +0000 | 
| commit | defa1feb75bb04a29f327e62be02d45a539f4c17 (patch) | |
| tree | 18cd3d6dc94a7af5a0766dbfdb43bd31681eeb7c | |
| parent | 49b1fc4c850654c2c948b2425e1c8cdb1a978d44 (diff) | |
| download | scummvm-rg350-defa1feb75bb04a29f327e62be02d45a539f4c17.tar.gz scummvm-rg350-defa1feb75bb04a29f327e62be02d45a539f4c17.tar.bz2 scummvm-rg350-defa1feb75bb04a29f327e62be02d45a539f4c17.zip | |
...
svn-id: r11405
| -rw-r--r-- | backends/PalmOS/Src/missing/time.h | 5 | 
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 | 
