diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sigs.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ #ifndef _BSD_SOURCE /* Needed for SIGWINCH on OpenBSD. */ #define _BSD_SOURCE +/* Silence compiler warning about _BSD_SOURCE being deprecated. */ +#ifndef _DEFAULT_SOURCE +#define _DEFAULT_SOURCE +#endif #endif #ifndef __BSD_VISIBLE |