You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: src/misc/misc.h |
|
--- src/misc/misc.h.orig 2010-01-28 07:59:09.000000000 +0100 |
|
+++ src/misc/misc.h 2010-03-12 09:58:39.000000000 +0100 |
|
@@ -22,6 +22,7 @@ |
|
#ifndef MISC_H |
|
#define MISC_H |
|
|
|
+#include <time.h> |
|
|
|
#ifndef MAX |
|
#define MAX(a,b) ((a) > (b) ? (a) : (b))
|
|
|