diff options
author | Linus Nordberg <linus@nordberg.se> | 1999-05-20 17:08:52 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 1999-05-20 17:08:52 +0200 |
commit | 798a35f7fcb327770b57c173e2e08aba3ee7ac30 (patch) | |
tree | 37a2848aea812c97c01a8efc2b96cfc7f502fb20 /randclr.c | |
parent | cb583751758ed1dd157820ffa4c69dd6fc50b417 (diff) | |
download | gmp-798a35f7fcb327770b57c173e2e08aba3ee7ac30.tar.gz |
Include stdlib.h
Diffstat (limited to 'randclr.c')
-rw-r--r-- | randclr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +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 <stdlib.h> /* FIXME: For free(). */ #include "gmp.h" void |