From 9174cfce3a034780cf373954978f262c2ca3a7e2 Mon Sep 17 00:00:00 2001 From: Mark Heily Date: Sun, 23 Feb 2014 20:34:25 -0500 Subject: [PATCH] add missing header --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1350ad4..e86e4fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,8 @@ kqtest_SOURCES = \ test/signal.c \ test/timer.c \ test/vnode.c \ - test/user.c + test/user.c \ + test/common.h kqtest_CFLAGS = -g -O0 -Wall -Werror -I./include -I./test