summaryrefslogtreecommitdiff
path: root/randclr.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>1999-05-20 17:01:27 +0200
committerLinus Nordberg <linus@nordberg.se>1999-05-20 17:01:27 +0200
commit1c6cad664feb7f196941b4e7c1c813cbfd265b58 (patch)
treecc06ed608dbf1c64adaee3cd03672372dbdd78d5 /randclr.c
parent7b05db5728122c820c2065cb654bb7fc961d2a29 (diff)
downloadgmp-1c6cad664feb7f196941b4e7c1c813cbfd265b58.tar.gz
Add _ui variants of random funcs.
Diffstat (limited to 'randclr.c')
-rw-r--r--randclr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randclr.c b/randclr.c
index 36f97656e..65ef90a16 100644
--- a/randclr.c
+++ b/randclr.c
@@ -19,7 +19,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <gmp.h>
+#include "gmp.h"
void
#if __STDC__