diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 19:47:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 19:47:24 +0000 |
commit | 76c75a55e984b50d31db8b3fcaf131f5b121d125 (patch) | |
tree | 2b07b9f1b24d51c00a7169408fbddcc220d6d0d6 | |
parent | ca9a93fdc327a9e0a9eee8419fa78426ee7cffa1 (diff) |
<argp.h>:
New include.
-rw-r--r-- | libnetfs/std-runtime-argp.c | 1 | ||||
-rw-r--r-- | libnetfs/std-startup-argp.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libnetfs/std-runtime-argp.c b/libnetfs/std-runtime-argp.c index d8d4ba0a..9e2ad1d6 100644 --- a/libnetfs/std-runtime-argp.c +++ b/libnetfs/std-runtime-argp.c @@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <argp.h> #include "netfs.h" const struct argp netfs_std_runtime_argp = { 0 }; diff --git a/libnetfs/std-startup-argp.c b/libnetfs/std-startup-argp.c index 7fc4b024..3de84a57 100644 --- a/libnetfs/std-startup-argp.c +++ b/libnetfs/std-startup-argp.c @@ -20,6 +20,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <argp.h> #include "netfs.h" const struct argp |