summaryrefslogtreecommitdiff
path: root/tal-debug.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-03-03 22:50:39 +0100
committerKevin Ryde <user42@zip.com.au>2004-03-03 22:50:39 +0100
commitbf3b4d9b5ebd6a8d1a1d3521870ee4e79a7bbbfc (patch)
treeb90273f72fbec56eca638d47d081d2eff2f4fd76 /tal-debug.c
parentc279b13d8acd076fa3814d61607ceed0855b50d9 (diff)
downloadgmp-bf3b4d9b5ebd6a8d1a1d3521870ee4e79a7bbbfc.tar.gz
* tal-debug.c: Add <string.h> for strcmp.
Diffstat (limited to 'tal-debug.c')
-rw-r--r--tal-debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tal-debug.c b/tal-debug.c
index 59453cd45..4d96464a5 100644
--- a/tal-debug.c
+++ b/tal-debug.c
@@ -1,6 +1,6 @@
/* TMP_ALLOC routines for debugging.
-Copyright 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -20,6 +20,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include <stdio.h>
+#include <string.h>
#include "gmp.h"
#include "gmp-impl.h"