diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-30 18:42:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-30 18:42:25 +0000 |
commit | 6747b8fcbf4e400445dec365beea46e3658ec65d (patch) | |
tree | c5d7113a0bbcd6808cc55df6b65f8ad03a51141d /hurd | |
parent | 5713a71e1aeb46a2f9774b7a17c4236fca1cab02 (diff) | |
download | glibc-6747b8fcbf4e400445dec365beea46e3658ec65d.tar.gz glibc-6747b8fcbf4e400445dec365beea46e3658ec65d.tar.xz glibc-6747b8fcbf4e400445dec365beea46e3658ec65d.zip |
1998-11-30 Mark Kettenis <kettenis@phys.uva.nl>
* hurd/hurdstartup.c: Really include set-hooks.h with <> instead of "".
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdstartup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdstartup.c b/hurd/hurdstartup.c index 1daea5e775..c3183efbdc 100644 --- a/hurd/hurdstartup.c +++ b/hurd/hurdstartup.c @@ -27,7 +27,7 @@ #include <hurd/threadvar.h> #include <unistd.h> #include <elf.h> -#include "set-hooks.h" +#include <set-hooks.h> #include "hurdstartup.h" #include <argz.h> |