diff options
-rw-r--r-- | ghc/includes/MachDeps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/includes/MachDeps.h b/ghc/includes/MachDeps.h index 39ce757917..abe4405d5e 100644 --- a/ghc/includes/MachDeps.h +++ b/ghc/includes/MachDeps.h @@ -13,7 +13,7 @@ #define MACHDEPS_H /* Sizes of C types come from here... */ -#include "ghcconfig.h" +#include "ghcautoconf.h" /* Sizes of Haskell types follow. These sizes correspond to: * - the number of bytes in the primitive type (eg. Int#) |