1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

1998-11-30 Mark Kettenis <kettenis@phys.uva.nl>

* hurd/hurdstartup.c: Really include set-hooks.h with <> instead 
of "".
This commit is contained in:
Roland McGrath
1998-11-30 18:42:25 +00:00
parent 5713a71e1a
commit 6747b8fcbf

View File

@ -27,7 +27,7 @@
#include <hurd/threadvar.h> #include <hurd/threadvar.h>
#include <unistd.h> #include <unistd.h>
#include <elf.h> #include <elf.h>
#include "set-hooks.h" #include <set-hooks.h>
#include "hurdstartup.h" #include "hurdstartup.h"
#include <argz.h> #include <argz.h>