summaryrefslogtreecommitdiff
path: root/tune/freq.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-12-17 00:10:14 +0100
committerKevin Ryde <user42@zip.com.au>2002-12-17 00:10:14 +0100
commit13111d8798fcb46bbf2ec9939618bd6b8566f5d6 (patch)
tree4e5fd2270886d44f52247fc2d4ffacfe85c8f4cf /tune/freq.c
parent53bf9aced1d348edff764f6927a08eec63f73113 (diff)
downloadgmp-13111d8798fcb46bbf2ec9939618bd6b8566f5d6.tar.gz
* tune/freq.c: Add <string.h> for memcmp.
Diffstat (limited to 'tune/freq.c')
-rw-r--r--tune/freq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tune/freq.c b/tune/freq.c
index 838234037..8eedd5182 100644
--- a/tune/freq.c
+++ b/tune/freq.c
@@ -23,6 +23,7 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <stdlib.h> /* for getenv, qsort */
+#include <string.h> /* for memcmp */
#if HAVE_UNISTD_H
#include <unistd.h> /* for sysconf */
#endif