X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fproc.h;h=6d2ea92cdeea683464089dbf4e3aa836b8445c6d;hb=b008ba9e509b87a440c634bd9b3019d6701ba173;hp=72bff20916a657b8a29c1ffecd1c0e6017e542a4;hpb=51841ac99ef03b8019aeb42c64b3496475a1ee8e;p=ashd.git diff --git a/lib/proc.h b/lib/proc.h index 72bff20..6d2ea92 100644 --- a/lib/proc.h +++ b/lib/proc.h @@ -1,7 +1,7 @@ #ifndef _LIB_PROC_H #define _LIB_PROC_H -#include +#include "req.h" int stdmkchild(char **argv, void (*chinit)(void *), void *idata); int sendfd(int sock, int fd, char *data, size_t datalen);