diff options
| author | sof <unknown> | 1999-10-26 09:34:09 +0000 |
|---|---|---|
| committer | sof <unknown> | 1999-10-26 09:34:09 +0000 |
| commit | bdb6474f50f498ec932b8a3a3a1706f358fe63d4 (patch) | |
| tree | 428997989e2162cc07c73dfb2960c0dfd16ea49b | |
| parent | 2403c20413859745911132c4b10868eac4eeb627 (diff) | |
| download | haskell-bdb6474f50f498ec932b8a3a3a1706f358fe63d4.tar.gz | |
[project @ 1999-10-26 09:34:09 by sof]
wibble
| -rw-r--r-- | ghc/lib/std/cbits/getClockTime.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ghc/lib/std/cbits/getClockTime.c b/ghc/lib/std/cbits/getClockTime.c index 06ba5fea3c..0aa8e0614f 100644 --- a/ghc/lib/std/cbits/getClockTime.c +++ b/ghc/lib/std/cbits/getClockTime.c @@ -1,11 +1,15 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: getClockTime.c,v 1.7 1999/10/20 10:08:33 sof Exp $ + * $Id: getClockTime.c,v 1.8 1999/10/26 09:34:09 sof Exp $ * * getClockTime Runtime Support */ +#ifndef _AIX +#define NON_POSIX_SOURCE /* gettimeofday */ +#endif + #include "Rts.h" #include "stgio.h" |
