diff options
Diffstat (limited to 'trans/hello.c')
-rw-r--r-- | trans/hello.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trans/hello.c b/trans/hello.c index c49feeb2..4e88c609 100644 --- a/trans/hello.c +++ b/trans/hello.c @@ -29,6 +29,8 @@ #include <version.h> +#include "libtrivfs/trivfs_io_S.h" + const char *argp_program_version = STANDARD_HURD_VERSION (hello); /* The message we return when we are read. */ |