]> git.armaanb.net Git - opendoas.git/blobdiff - libopenbsd/verrc.c
use config.h and link objects instead of libopenbsd.a
[opendoas.git] / libopenbsd / verrc.c
index c155a9208a46eec3e3d51e0d3e3b42ef3eba7312..c27320df9d4217ec301019e5598c6245eed6427e 100644 (file)
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include "includes.h"
+#include "config.h"
 
 #include <err.h>
 #include <stdio.h>
@@ -36,6 +36,8 @@
 #include <string.h>
 #include <stdarg.h>
 
+#include "openbsd.h"
+
 void __dead
 verrc(int eval, int code, const char *fmt, va_list ap)
 {