Commit Diff


commit - cb6053eee09661c3105850f89c73707680e11b78
commit + 04c09316bee33648590a27c3c0d9ecdbfa9a0ba9
blob - b1de9767ec30f0862521244246bb8070080eaf9c
blob + 6034d78cf54cd5296ab43aa6665f0489f99475a2
--- Makefile
+++ Makefile
@@ -8,6 +8,7 @@ MANDIR=	${LOCALBASE}/man/man
 SRCS+=	main.c mheader.c
 
 CFLAGS+=-I${LOCALBASE}/include
+CFLAGS+=-I${.CURDIR}/openbsd-compat
 CFLAGS+=-Wall -I${.CURDIR}
 CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+=-Wmissing-declarations