diff --git a/dtable.c b/dtable.c index c089f8e..5cd17ac 100644 --- a/dtable.c +++ b/dtable.c @@ -17,6 +17,9 @@ PRIVATE dtable_t uninstalled_dtable; #if defined(WITH_TRACING) && defined (__x86_64) PRIVATE dtable_t tracing_dtable; +# ifndef ENOTSUP +# define ENOTSUP -1 +# endif #endif /** Head of the list of temporary dtables. Protected by initialize_lock. */