diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 21:15:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 21:15:54 +0000 |
commit | b06036d917509b2207547a3395069eac4d5814d3 (patch) | |
tree | 93aade16b0459ce0b04e1f7033314b16eade33bf | |
parent | be7c3636abbd97ef50fb072b069a7a2ab445e790 (diff) |
Formerly ioserver.h.~5~
-rw-r--r-- | libiohelp/iohelp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiohelp/iohelp.h b/libiohelp/iohelp.h index 29decf44..4abf3716 100644 --- a/libiohelp/iohelp.h +++ b/libiohelp/iohelp.h @@ -15,6 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include _HURD_IOSERVER_ +#define _HURD_IOSERVER_ + #include <mach.h> #include <hurd/hurd_types.h> #include <cthreads.h> @@ -61,3 +64,4 @@ void ioserver_fetch_shared_data (void *); void ioserver_put_shared_data (void *); +#endif |