sigs.c: Suppress compiler warning

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2016-01-26 22:10:07 +01:00
parent f0ec3247bc
commit e1bffdb52d

View File

@ -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