aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-07 01:18:17 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-07 01:18:17 +1000
commit6291be256b520fe66408acc34579011d3f2dedbe (patch)
tree30608632a38b14f10f9a0cfbbd5e1ec709abab24 /io.c
parente756f7d619a7458768d59cd9bd1c97c6a1c7788a (diff)
Second checkin of halloc changeover. Make the argv array, but not it's contents, be allocated using halloc. Also make list_to_char_arr use halloc
darcs-hash:20060206151817-ac50b-e8fd4cff831ee975c5bf3855d9ecfc15a3fb9215.gz
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 8da4dad1..de36e56e 100644
--- a/io.c
+++ b/io.c
@@ -37,7 +37,7 @@ Utilities for io redirection.
#include "common.h"
#include "io.h"
#include "translate.h"
-
+#include "halloc.h"
void io_buffer_read( io_data_t *d )