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 35529c2..862df4e 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 72bff20..6d2ea92 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 8f18f87..6cb7ec3 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);