summaryrefslogtreecommitdiff
path: root/libdiskfs/opts-runtime.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-02-11 08:27:50 +0000
committerRoland McGrath <roland@gnu.org>2004-02-11 08:27:50 +0000
commit7fc30084de14fa82da95f0abc1ffe99f43f5fed7 (patch)
treea7820dc019e4489065802edea26945e5012d40ac /libdiskfs/opts-runtime.c
parent51d2392afda1fba420f28da6536b3663da2f03f2 (diff)
2004-02-10 Roland McGrath <roland@frob.com>
* opts-runtime.c (diskfs_runtime_argp): Include <argp.h>.
Diffstat (limited to 'libdiskfs/opts-runtime.c')
-rw-r--r--libdiskfs/opts-runtime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/opts-runtime.c b/libdiskfs/opts-runtime.c
index d7264069..f0d1a382 100644
--- a/libdiskfs/opts-runtime.c
+++ b/libdiskfs/opts-runtime.c
@@ -1,6 +1,6 @@
/* Default definition for diskfs_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 "priv.h"
+#include <argp.h>
struct argp *diskfs_runtime_argp = (struct argp *)&diskfs_std_runtime_argp;