summaryrefslogtreecommitdiffstats
path: root/spawn.c
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-05 18:40:42 +0100
committermanuel <manuel@mausz.at>2013-02-05 18:40:42 +0100
commit9fb25509df0fdd07647934c184864216566d9110 (patch)
tree37be60f04812c280df1c7f9e1fe2b79cbfab7c44 /spawn.c
parent46e7540287d9f013da12b178633a3900a4eb6adf (diff)
downloadqmail-9fb25509df0fdd07647934c184864216566d9110.tar.gz
qmail-9fb25509df0fdd07647934c184864216566d9110.tar.bz2
qmail-9fb25509df0fdd07647934c184864216566d9110.zip
[PATCH] Patch for spawn.c to fix a bug on ia64
spawn-alloc-h
Diffstat (limited to 'spawn.c')
-rw-r--r--spawn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spawn.c b/spawn.c
index 1672d57..20e3d16 100644
--- a/spawn.c
+++ b/spawn.c
@@ -1,5 +1,6 @@
1#include <sys/types.h> 1#include <sys/types.h>
2#include <sys/stat.h> 2#include <sys/stat.h>
3#include "alloc.h"
3#include "sig.h" 4#include "sig.h"
4#include "wait.h" 5#include "wait.h"
5#include "substdio.h" 6#include "substdio.h"