]> git.armaanb.net Git - opendoas.git/blobdiff - env.c
configure: fix usage() formatting
[opendoas.git] / env.c
diff --git a/env.c b/env.c
index 77b243479ef1cf6a87aeca3eb6e42f387961f330..f25d21f7abc9f0d8b73ca1f2f4ccde926fcfcc2a 100644 (file)
--- a/env.c
+++ b/env.c
@@ -16,7 +16,7 @@
  */
 
 #include <sys/types.h>
-#include <sys/tree.h>
+#include "sys-tree.h"
 
 #include <string.h>
 #include <stdio.h>
@@ -26,6 +26,7 @@
 #include <errno.h>
 
 #include "doas.h"
+#include "includes.h"
 
 struct envnode {
        RB_ENTRY(envnode) node;