aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2003-01-07 13:35:34 +0000
committerpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2003-01-07 13:35:34 +0000
commitb6d216df9db7d57b33d9daaf64e9a13a146074f1 (patch)
tree3b52e01048c264f179317e727624d7498a0144e3
parent5d5210969c7cb919011c0928f10c838581c55784 (diff)
Include time.h explicitly.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@12 936e0995-0e4f-0410-aade-aa24bf7baf3d
-rw-r--r--src/noise.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/noise.h b/src/noise.h
index f510a52..d2488b1 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -4,6 +4,7 @@
#define NOISE_H
#include <stdlib.h>
+#include <time.h>
#include "cctk.h"