summaryrefslogtreecommitdiffstats
path: root/src/pipe.c
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-08-29 15:32:13 -0300
committermongo <mongo@iomega>2016-08-29 15:32:13 -0300
commit93ff070c9e08e7492dc4d261db285964eebc0378 (patch)
treef6165b0d9bb3f58d5575ec3919e9966b4646d36d /src/pipe.c
parentfa658e8e2d475bd97ca85e01ceafa0ca1ad57cee (diff)
Changed sc_error sc_info and sc_debug functions to MACROS
Diffstat (limited to 'src/pipe.c')
-rw-r--r--src/pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pipe.c b/src/pipe.c
index 0d16486..2ab0796 100644
--- a/src/pipe.c
+++ b/src/pipe.c
@@ -7,6 +7,7 @@ Adaptation of Chuck Martin's code - <nrocinu@myrealbox.com>
#include "conf.h"
#include "main.h"
#include "interp.h"
+#include "macros.h"
// FIXME - pass fd is not neccesary?
void getnum(int r0, int c0, int rn, int cn, FILE * fd) {