diff options
author | Miles Bader <miles@gnu.org> | 1996-03-05 00:32:36 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-05 00:32:36 +0000 |
commit | b0abefe936f97e7a9e8b2ae252edfab5bbe0bdd1 (patch) | |
tree | 4412b235edeba04dd1e3754f67f18e11a5fe9032 | |
parent | f728892ddd9a5992f9ed4f62464cd4e54da0300d (diff) |
Include "netfs.h", not "priv.h".
-rw-r--r-- | libnetfs/parse-runtime-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/parse-runtime-options.c b/libnetfs/parse-runtime-options.c index 50568e31..dae6c597 100644 --- a/libnetfs/parse-runtime-options.c +++ b/libnetfs/parse-runtime-options.c @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "priv.h" +#include "netfs.h" error_t netfs_parse_runtime_options (int argc, char **argv, |