From ff35af3b422d81143cdd436b9412652bca760a69 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 10 Dec 2021 21:11:46 +0100 Subject: Add strdup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9812c1..094eb7b 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ OBJ =\ setenv.o\ shutdown.o\ sockatmark.o\ + strdup.o\ unsetenv.o LOBJ = $(OBJ:.o=.lo) -- cgit v1.2.3-70-g09d2