summaryrefslogtreecommitdiff
path: root/src/files.h
diff options
context:
space:
mode:
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