diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 57af6dc0..4c01e639 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -42,7 +42,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef HURD_DEFAULT_PAYLOAD_TO_PORT #endif #else - import <hurd/ports.h>; +/* Ideally we would include this here, to make sure ports_payload_get_name gets + declared, but this leads to an inclusion loop via hurd/signal.h + import <hurd/ports.h>; + */ #define HURD_DEFAULT_PAYLOAD_TO_PORT ports_payload_get_name #endif |