summaryrefslogtreecommitdiff
path: root/tal-debug.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-04-12 01:13:53 +0200
committerKevin Ryde <user42@zip.com.au>2004-04-12 01:13:53 +0200
commitd8572b9b85c7769bb7035c34a960210240c80ed9 (patch)
tree73e123052d7b0b26d55366f29905a836578a1e71 /tal-debug.c
parent45fcb530a22d891110148841ec84d0c217aae27b (diff)
downloadgmp-d8572b9b85c7769bb7035c34a960210240c80ed9.tar.gz
* tal-debug.c: Add <stdlib.h> for abort.
Diffstat (limited to 'tal-debug.c')
-rw-r--r--tal-debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tal-debug.c b/tal-debug.c
index 4d96464a5..802d494fb 100644
--- a/tal-debug.c
+++ b/tal-debug.c
@@ -20,6 +20,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "gmp.h"
#include "gmp-impl.h"