summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2005-05-25 02:36:22 +0200
committertege <tege@gmplib.org>2005-05-25 02:36:22 +0200
commitd72627780e7e4248c7a706638c81c305a69e6d7f (patch)
treeb2d02971fca98c209ddf3478a6b29b10f6aad44f /demos
parent91f4a0af76bb7b224cd880e9a8e9ddcce29d30ec (diff)
downloadgmp-d72627780e7e4248c7a706638c81c305a69e6d7f.tar.gz
#include stdlib.h.
Diffstat (limited to 'demos')
-rw-r--r--demos/isprime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/isprime.c b/demos/isprime.c
index 05be57ceb..6d3ba21d5 100644
--- a/demos/isprime.c
+++ b/demos/isprime.c
@@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, USA. */
+#include <stdlib.h>
#include <stdio.h>
#include "gmp.h"