diff options
-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, |