Skip to content

Commit 9174cfc

Browse files
committed
add missing header
1 parent 80ca8cc commit 9174cfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ kqtest_SOURCES = \
4848
test/signal.c \
4949
test/timer.c \
5050
test/vnode.c \
51-
test/user.c
51+
test/user.c \
52+
test/common.h
5253

5354
kqtest_CFLAGS = -g -O0 -Wall -Werror -I./include -I./test
5455

0 commit comments

Comments
 (0)