]> git.armaanb.net Git - opendoas.git/blobdiff - libopenbsd/errc.c
use config.h and link objects instead of libopenbsd.a
[opendoas.git] / libopenbsd / errc.c
index b82d4198f7f6da4e4dae5bd592dcc896b8104795..cab3e84c9da462b53960db12230b04654e163580 100644 (file)
  * SUCH DAMAGE.
  */
 
-#include "includes.h"
+#include "config.h"
 
 #include <err.h>
 #include <stdarg.h>
 
+#include "openbsd.h"
+
 void __dead
 errc(int eval, int code, const char *fmt, ...)
 {