From b008ba9e509b87a440c634bd9b3019d6701ba173 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 4 Mar 2011 20:57:58 +0100 Subject: [PATCH] lib: Fixed header usability out of tree. --- lib/cf.h | 2 +- lib/proc.h | 2 +- lib/resp.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cf.h b/lib/cf.h index 35529c2..862df4e 100644 --- a/lib/cf.h +++ b/lib/cf.h @@ -1,7 +1,7 @@ #ifndef _ASHCONF_H #define _ASHCONF_H -#include +#include "req.h" struct cfstate { struct muth *pf; 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); diff --git a/lib/resp.h b/lib/resp.h index 8f18f87..6cb7ec3 100644 --- a/lib/resp.h +++ b/lib/resp.h @@ -1,7 +1,7 @@ #ifndef _LIB_HTRESP_H #define _LIB_HTRESP_H -#include +#include "req.h" char *urlquote(char *text); char *htmlquote(char *text); -- 2.11.0