diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-03 14:06:08 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-03 14:06:08 +0000 |
commit | 3112c3742d5d8b16f263ceef8eb771c3eb4eea1a (patch) | |
tree | 33bcbe0808f78ad1b49fc44fdc5d6f35d4e88957 | |
parent | 843be0d3b6936110b308b6c5ce3ddfe1b7a3cfd9 (diff) | |
download | glibc-3112c3742d5d8b16f263ceef8eb771c3eb4eea1a.tar.gz glibc-3112c3742d5d8b16f263ceef8eb771c3eb4eea1a.tar.xz glibc-3112c3742d5d8b16f263ceef8eb771c3eb4eea1a.zip |
*** empty log message ***
-rw-r--r-- | hurd/hurdinline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurdinline.c b/hurd/hurdinline.c index 5d85c9e4f0..ed55ed6300 100644 --- a/hurd/hurdinline.c +++ b/hurd/hurdinline.c @@ -5,6 +5,7 @@ #undef _EXTERN_INLINE #define _EXTERN_INLINE /* Define the real function. */ +#include "hurd.h" #include "hurd/fd.h" #include "hurd/signal.h" #include "hurd/userlink.h" |