Description: fix “incompatible implicit declaration of built-in function 'exit'”
Author: Ricardo Mones <mones@debian.org>
Last-Update: 2013-09-19
Forwarded: not-needed

diff -urN a/phase.c b/phase.c
--- a/phase.c	1991-09-14 07:15:29.000000000 +0200
+++ b/phase.c	2013-09-19 02:15:10.166484773 +0200
@@ -9,6 +9,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <math.h>
 #include "tws.h"
