diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 07:18:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 07:18:58 +0000 |
commit | ebaa30c28048fcec77157fb99a5a5899a9fee5ae (patch) | |
tree | 0abc02e28a32be3137d74585880cfb964953e17d /libdiskfs/file-exec.c | |
parent | ad4c41a258853136b7966920fea75c0ef3f9d38d (diff) |
Include <hurd/paths.h>
Diffstat (limited to 'libdiskfs/file-exec.c')
-rw-r--r-- | libdiskfs/file-exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/file-exec.c b/libdiskfs/file-exec.c index 853170ff..480159d4 100644 --- a/libdiskfs/file-exec.c +++ b/libdiskfs/file-exec.c @@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/stat.h> #include <fcntlbits.h> #include <hurd/exec.h> +#include <hurd/paths.h> kern_return_t diskfs_S_file_exec (struct protid *cred, |