summaryrefslogtreecommitdiff
path: root/start-translator-long.c
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 10:47:25 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 10:47:25 +0200
commit05637574b488bbcf2f558bb8612a35e6ae899ed7 (patch)
tree322cdefcffdbba2f34c56d4c7b42c7e71f3764ed /start-translator-long.c
parentaaaac0fed148c032d60a92b73c41d197178fa86e (diff)
Fix the fshelp.h include
Diffstat (limited to 'start-translator-long.c')
-rw-r--r--start-translator-long.c2
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. */