diff options
Diffstat (limited to 'urandomb.c')
-rw-r--r-- | urandomb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urandomb.c b/urandomb.c index cd986c1ab..e324b4905 100644 --- a/urandomb.c +++ b/urandomb.c @@ -24,9 +24,9 @@ MA 02111-1307, USA. */ #include <stdio.h> #include "gmp.h" -#include "gmp-impl.h" #include "longlong.h" #include "mpfr.h" +#include "gmp-impl.h" void #if __STDC__ |