changeset 697:25a32766ed57

Missing include added.
author Christian Kamm <kamm incasoftware de>
date Mon, 13 Oct 2008 14:09:24 +0200
parents 48f462341528
children f0ba5d37dd86
files dmd/lexer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/lexer.c	Mon Oct 13 14:01:18 2008 +0200
+++ b/dmd/lexer.c	Mon Oct 13 14:09:24 2008 +0200
@@ -19,6 +19,7 @@
 #include <stdlib.h>
 #include <assert.h>
 #include <sys/time.h>
+#include <math.h>
 
 #ifdef IN_GCC