diff options
Diffstat (limited to 'libraries/integer-gmp/cbits/cbits.c')
-rw-r--r-- | libraries/integer-gmp/cbits/cbits.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/integer-gmp/cbits/cbits.c b/libraries/integer-gmp/cbits/cbits.c index 4b9fd01480..3d53c6ba62 100644 --- a/libraries/integer-gmp/cbits/cbits.c +++ b/libraries/integer-gmp/cbits/cbits.c @@ -1,5 +1,5 @@ -/* We combine the two C files here. +/* We combine the C files here. * * There is actually a good reason for this, really! * The alloc file contains a __attribute__((constructor)) function. We must @@ -11,3 +11,4 @@ #include "alloc.c" #include "float.c" +#include "longlong.c" |