summaryrefslogtreecommitdiff
path: root/demos/primes.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-08-30 15:55:58 +0200
committerTorbjorn Granlund <tg@gmplib.org>2016-08-30 15:55:58 +0200
commit3840c09a7e9cbb151d9821d8567a7ffefcc852ff (patch)
treeac64ecdce1e81fcec2cb19afa9f8987aeefc6931 /demos/primes.c
parent0922a6d6eca5d0bf7d5204f3ed3c61c1bc41926f (diff)
downloadgmp-3840c09a7e9cbb151d9821d8567a7ffefcc852ff.tar.gz
Restore accidentally removed gmp.h includes from demos dir.
Diffstat (limited to 'demos/primes.c')
-rw-r--r--demos/primes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/primes.c b/demos/primes.c
index 3af0bceb0..3cb32e2e2 100644
--- a/demos/primes.c
+++ b/demos/primes.c
@@ -50,6 +50,7 @@ this program. If not, see https://www.gnu.org/licenses/. */
we find possible record gaps. Should speed up the searches tremendously.
*/
+#include "gmp.h"
struct primes
{