diff options
Diffstat (limited to 'com32/include/time.h')
-rw-r--r-- | com32/include/time.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/com32/include/time.h b/com32/include/time.h index e69de29b..259386a6 100644 --- a/com32/include/time.h +++ b/com32/include/time.h @@ -0,0 +1,6 @@ +#ifndef _TIME_H +#define _TIME_H + +/* empty */ + +#endif |