summaryrefslogtreecommitdiff
path: root/tune/freq.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-10-24 05:10:54 +0200
committertege <tege@gmplib.org>2000-10-24 05:10:54 +0200
commit4693fa2d94869adb0cc837e2dd554489c4a6885c (patch)
tree4fa56fbee8cff6af07575c7f7d418b00a6c62b66 /tune/freq.c
parent8722b03e30508fea2137bfb828406062a2673305 (diff)
downloadgmp-4693fa2d94869adb0cc837e2dd554489c4a6885c.tar.gz
Explicitly #include config.h before other include files.
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 34dfc9948..6d59dc22b 100644
--- a/tune/freq.c
+++ b/tune/freq.c
@@ -21,6 +21,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
*/
+#include "config.h"
#include <stdio.h>
#include <stdlib.h> /* for getenv */