diff options
Diffstat (limited to 'libc-parts/process-spawn.h')
-rw-r--r-- | libc-parts/process-spawn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc-parts/process-spawn.h b/libc-parts/process-spawn.h index af23a77..b11d5ae 100644 --- a/libc-parts/process-spawn.h +++ b/libc-parts/process-spawn.h @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <hurd/addr.h> -#include <hurd/thread.h> +#include <viengoos/addr.h> +#include <viengoos/thread.h> /* Load a task. Return a capability designating the main thread. The slot is allocated with capalloc. If MAKE_RUNNABLE is true, makes |