diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 23:17:08 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 23:17:08 +0000 |
commit | 46265b33f76acca44cdc0e2c312cf696ea8e0d78 (patch) | |
tree | a0742f188657d69def1727d0c0758aaefee97488 /libtrivfs | |
parent | ad8acd26a17ae1f05393d6c06830109bd82d967a (diff) | |
download | hurd-46265b33f76acca44cdc0e2c312cf696ea8e0d78.tar.gz hurd-46265b33f76acca44cdc0e2c312cf696ea8e0d78.tar.bz2 hurd-46265b33f76acca44cdc0e2c312cf696ea8e0d78.zip |
<argz.h>:
New include.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/file-get-fs-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/file-get-fs-options.c b/libtrivfs/file-get-fs-options.c index 5f0a49b5..d9da4f70 100644 --- a/libtrivfs/file-get-fs-options.c +++ b/libtrivfs/file-get-fs-options.c @@ -18,6 +18,7 @@ along with the GNU Hurd; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <argz.h> #include <hurd/fshelp.h> #include "priv.h" |