summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-02-11 08:27:55 +0000
committerRoland McGrath <roland@gnu.org>2004-02-11 08:27:55 +0000
commita6f69ac14a581e3a4bcdf633250e0ede9733df09 (patch)
tree171764b91a3f529a4980d177c3cf2ac4e45b3a8d /libnetfs
parent7fc30084de14fa82da95f0abc1ffe99f43f5fed7 (diff)
2004-02-10 Roland McGrath <roland@frob.com>
* runtime-argp.c (netfs_runtime_argp): Include <argp.h>.
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/runtime-argp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetfs/runtime-argp.c b/libnetfs/runtime-argp.c
index ae787fe2..9e5989c7 100644
--- a/libnetfs/runtime-argp.c
+++ b/libnetfs/runtime-argp.c
@@ -1,6 +1,6 @@
/* Default definition for netfs_runtime_argp
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 2004 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -19,5 +19,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "netfs.h"
+#include <argp.h>
struct argp *netfs_runtime_argp = (struct argp *)&netfs_std_runtime_argp;