diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-08-03 10:47:25 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-08-03 10:47:25 +0200 |
| commit | 05637574b488bbcf2f558bb8612a35e6ae899ed7 (patch) | |
| tree | 322cdefcffdbba2f34c56d4c7b42c7e71f3764ed | |
| parent | aaaac0fed148c032d60a92b73c41d197178fa86e (diff) | |
Fix the fshelp.h include
| -rw-r--r-- | start-translator-long.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/start-translator-long.c b/start-translator-long.c index 55fb0ff..174fe97 100644 --- a/start-translator-long.c +++ b/start-translator-long.c @@ -26,7 +26,7 @@ #include <fcntl.h> #include <string.h> #include <assert.h> -#include "fshelp.h" +#include <hurd/fshelp.h> /* The data passed in the various messages we're interested in. */ |
