From 3b1626912d5c5e97a22f8310d331345ed5c23787 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 16 Dec 1998 18:34:54 +0000 Subject: [PATCH] Reverted Elliot's change here, we need to #include to get the declaration for program_invocation name on libc5 systems. --- src/daemon/gnuserv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/gnuserv.c b/src/daemon/gnuserv.c index 184ebdcd..cc6873f1 100644 --- a/src/daemon/gnuserv.c +++ b/src/daemon/gnuserv.c @@ -41,6 +41,7 @@ #include +#include #include #include "daemon.h"