Add missing opt_compat.h dependency.

Found by:	Garrett Cooper
This commit is contained in:
Andrew Thompson 2010-06-22 20:52:35 +00:00
parent 49ed68bbf3
commit ca9d2489c6

View File

@ -5,6 +5,6 @@
KMOD= mqueuefs
SRCS= uipc_mqueue.c \
vnode_if.h \
opt_posix.h
opt_posix.h opt_compat.h
.include <bsd.kmod.mk>