aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29ca2b6..3972d84 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ config.h:
@echo copying config.def.h to $@
@cp config.def.h $@
-noice.o: noice.c util.h
+noice.o: noice.c queue.h util.h
$(CC) -c noice.c
strlcpy.o: strlcpy.c util.h