summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-03-14 23:20:31 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-03-14 23:20:31 +0000
commita50e4ca8d1d10f869b1ef66489eee60431cad637 (patch)
tree59cea9d923bbc410545e11a11f560e2e4b636be3
parent286eb68d7ee3687ddef95b9a48674d71c82dd7a9 (diff)
2006-03-15 Thomas Schwinge <tschwinge@gnu.org>
* priv.h: Include <argp.h>.
-rw-r--r--libdiskfs/ChangeLog4
-rw-r--r--libdiskfs/priv.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 9a6d1581..c79f9966 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-15 Thomas Schwinge <tschwinge@gnu.org>
+
+ * priv.h: Include <argp.h>.
+
2006-03-05 Roland McGrath <roland@frob.com>
* io-seek.c (diskfs_S_io_seek): Return EINVAL if file pointer would
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"