diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 19:47:06 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 19:47:06 +0000 |
commit | 7aaedaccfab985b224eca563c8ddfd53c507ee37 (patch) | |
tree | b2aa200daafba697b6914d7bc4770d839405f2cd /libnetfs | |
parent | 14d11b16758e57c41a7589bc3de29c6c4ee9081f (diff) |
<stdio.h>:
New include.
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/file-get-translator.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libnetfs/file-get-translator.c b/libnetfs/file-get-translator.c index ebad95ac..18e05fe6 100644 --- a/libnetfs/file-get-translator.c +++ b/libnetfs/file-get-translator.c @@ -18,10 +18,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#include <string.h> +#include <stdio.h> +#include <hurd/paths.h> #include "netfs.h" #include "fs_S.h" -#include <hurd/paths.h> -#include <string.h> error_t netfs_S_file_get_translator (struct protid *user, |