]> git.armaanb.net Git - opendoas.git/blobdiff - parse.y
Header file revamp to build on MacOSX.
[opendoas.git] / parse.y
diff --git a/parse.y b/parse.y
index ee5f11d04ab8b8c5ae60dc7749b78b106b31bcfb..7454f85f0a75bb6e0d2243fa0cb712e6fe7f2c2a 100644 (file)
--- a/parse.y
+++ b/parse.y
 %{
 #include <sys/types.h>
 #include <ctype.h>
-#include <unistd.h>
-#include <stdint.h>
+#include <err.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdint.h>
+#include <stdlib.h>
 #include <string.h>
-#include <err.h>
+#include <unistd.h>
+
+#include "openbsd.h"
 
 #include "doas.h"