diff options
Diffstat (limited to 'compiler/cbits')
-rw-r--r-- | compiler/cbits/genSym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cbits/genSym.c b/compiler/cbits/genSym.c index 769c09358c..ecb318d5a8 100644 --- a/compiler/cbits/genSym.c +++ b/compiler/cbits/genSym.c @@ -1,5 +1,5 @@ -#include <assert.h> #include <Rts.h> +#include <assert.h> #include "Unique.h" static HsInt GenSymCounter = 0; |