From c7223d7e0cd74562255eb80d02d659e6901d43b9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 6 Nov 2019 17:04:20 -0500 Subject: Declare more missing functions and deal with lack of SO_NOSIGPIPE --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 465a2e9..265781e 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,8 @@ pounce: ${OBJS} ${OBJS}: bounce.h compat.h +dispatch.o: compat.h + tags: *.c *.h ctags -w *.c *.h -- cgit 1.4.1