diff options
Diffstat (limited to 'source3/lib/replace/system/wait.h')
-rw-r--r-- | source3/lib/replace/system/wait.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/lib/replace/system/wait.h b/source3/lib/replace/system/wait.h index de94cf09d5..5784b1ae92 100644 --- a/source3/lib/replace/system/wait.h +++ b/source3/lib/replace/system/wait.h @@ -48,4 +48,8 @@ #define SA_RESETHAND SA_ONESHOT #endif +#if !defined(HAVE_SIG_ATOMIC_T_TYPE) +typedef int sig_atomic_t; +#endif + #endif |