summaryrefslogtreecommitdiff
blob: 706b1a2b12c974e02752b495bfc034f3607af557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
make sure we have access to HAVE_* defines to include header files:

run.c: In function ‘sigint’:
run.c:51:2: warning: implicit declaration of function ‘readline’
run.c:51:8: warning: cast to pointer from integer of different size

--- a/run.c
+++ b/run.c
@@ -7,6 +7,7 @@
 /**********************************/
 
 
+#include "config.h"
 
 #include <stdio.h>
 #include <stdlib.h>