lib: Fixed header usability out of tree.
[ashd.git] / lib / proc.h
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);