]> www.dolda2000.com Git - ashd.git/commitdiff
lib: Fixed header usability out of tree.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 4 Mar 2011 19:57:58 +0000 (20:57 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 4 Mar 2011 19:57:58 +0000 (20:57 +0100)
lib/cf.h
lib/proc.h
lib/resp.h

index 35529c2332d1d07c2578b4aa7501d1bc0ca8b8c3..862df4e5ae0ae7005969f20c2a3a538e53b556bf 100644 (file)
--- a/lib/cf.h
+++ b/lib/cf.h
@@ -1,7 +1,7 @@
 #ifndef _ASHCONF_H
 #define _ASHCONF_H
 
-#include <req.h>
+#include "req.h"
 
 struct cfstate {
     struct muth *pf;
index 72bff20916a657b8a29c1ffecd1c0e6017e542a4..6d2ea92cdeea683464089dbf4e3aa836b8445c6d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _LIB_PROC_H
 #define _LIB_PROC_H
 
-#include <req.h>
+#include "req.h"
 
 int stdmkchild(char **argv, void (*chinit)(void *), void *idata);
 int sendfd(int sock, int fd, char *data, size_t datalen);
index 8f18f87d366df37b64c5c2ccbc798fcb14b97cae..6cb7ec3a5b4c3096150e23c6c3117a2d34b97101 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _LIB_HTRESP_H
 #define _LIB_HTRESP_H
 
-#include <req.h>
+#include "req.h"
 
 char *urlquote(char *text);
 char *htmlquote(char *text);