summaryrefslogtreecommitdiff
path: root/src/files.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2003-05-22 00:23:07 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commitb151298459cd3c748ec80b6d7cd4a8d7bdd3ee86 (patch)
treea36b4cb01585947518b334398494f805d514e769 /src/files.h
parent46e7680ea1229bd7d7dbe34459d09749b7af2482 (diff)
warning removal.
Diffstat (limited to 'src/files.h')
-rw-r--r--src/files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/files.h b/src/files.h
index 5e4aa6a..87359e2 100644
--- a/src/files.h
+++ b/src/files.h
@@ -1,6 +1,8 @@
#ifndef __FILES_H__
#define __FILES_H__
+#include <time.h>
+
#define FILEMODE_READONLY 0x01
#define FILEMODE_WRITEONLY 0x02
#define FILEMODE_READWRITE 0x04