diff options
author | Roland McGrath <roland@gnu.org> | 1994-11-08 05:06:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-11-08 05:06:36 +0000 |
commit | b9e2592f34317af76ec56b7d9cac1fc0c2e3644e (patch) | |
tree | d4e42d1f049d7da85cc2a053b982df1a4a07f57d | |
parent | 17ad33a2bcea44a7f42bec3a0c88ac8437ec6de1 (diff) |
Include <stdio.h> for asprintf decl.
-rw-r--r-- | libdiskfs/file-get-trans.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/file-get-trans.c b/libdiskfs/file-get-trans.c index 892b50d3..cf8e9387 100644 --- a/libdiskfs/file-get-trans.c +++ b/libdiskfs/file-get-trans.c @@ -18,6 +18,7 @@ #include "priv.h" #include <hurd/paths.h> #include <string.h> +#include <stdio.h> #include "fs_S.h" /* Implement file_get_translator as described in <hurd/fs.defs>. */ |