summaryrefslogtreecommitdiff
path: root/src/daemon/gnuserv.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-12-16 18:34:54 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-16 18:34:54 +0000
commit3b1626912d5c5e97a22f8310d331345ed5c23787 (patch)
tree3a3c518755e65d19917c3962298c6c94368c9f4f /src/daemon/gnuserv.c
parentc0eb843fc4959f6c353b59fc5e21f966f7190dc3 (diff)
downloadlibgtop-3b1626912d5c5e97a22f8310d331345ed5c23787.tar.gz
Reverted Elliot's change here, we need to #include <gnome-argp.h> to get
the declaration for program_invocation name on libc5 systems.
Diffstat (limited to 'src/daemon/gnuserv.c')
-rw-r--r--src/daemon/gnuserv.c1
1 files changed, 1 insertions, 0 deletions
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 <glibtop/gnuserv.h>
+#include <gnome-argp.h>
#include <popt-gnome.h>
#include "daemon.h"