diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-03-14 23:20:31 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-03-14 23:20:31 +0000 |
commit | a50e4ca8d1d10f869b1ef66489eee60431cad637 (patch) | |
tree | 59cea9d923bbc410545e11a11f560e2e4b636be3 /libdiskfs/priv.h | |
parent | 286eb68d7ee3687ddef95b9a48674d71c82dd7a9 (diff) |
2006-03-15 Thomas Schwinge <tschwinge@gnu.org>
* priv.h: Include <argp.h>.
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r-- | libdiskfs/priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index a0ff9bbb..de8c747a 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -1,5 +1,5 @@ /* Private declarations for fileserver library - Copyright (C) 1994,95,96,97,98,99,2001 Free Software Foundation, Inc. + Copyright (C) 1994,95,96,97,98,99,2001,2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -26,6 +26,7 @@ #include <hurd/iohelp.h> #include <hurd/port.h> #include <assert.h> +#include <argp.h> #include "diskfs.h" |