comparison dmd/lexer.c @ 697:25a32766ed57

Missing include added.
author Christian Kamm <kamm incasoftware de>
date Mon, 13 Oct 2008 14:09:24 +0200
parents 48f462341528
children a26b0c5d5942
comparison
equal deleted inserted replaced
696:48f462341528 697:25a32766ed57
17 #include <errno.h> 17 #include <errno.h>
18 #include <wchar.h> 18 #include <wchar.h>
19 #include <stdlib.h> 19 #include <stdlib.h>
20 #include <assert.h> 20 #include <assert.h>
21 #include <sys/time.h> 21 #include <sys/time.h>
22 #include <math.h>
22 23
23 #ifdef IN_GCC 24 #ifdef IN_GCC
24 25
25 #include <time.h> 26 #include <time.h>
26 #include "mem.h" 27 #include "mem.h"