aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-04-02 22:44:40 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-04-02 22:44:40 +0200
commit91975f7b52f6f3c4c1b190d72c684268c101c386 (patch)
tree7ab16eccd8663a26070303353c482f0d04179e3a /colorize.c
parentb5ce19453b1bff15e269130df1d132889ec74a10 (diff)
downloadcolorize-91975f7b52f6f3c4c1b190d72c684268c101c386.tar.gz
colorize-91975f7b52f6f3c4c1b190d72c684268c101c386.tar.bz2
Define _DEFAULT_SOURCE
Silence # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
Diffstat (limited to 'colorize.c')
-rw-r--r--colorize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/colorize.c b/colorize.c
index ca62d7d..60a9794 100644
--- a/colorize.c
+++ b/colorize.c
@@ -19,6 +19,7 @@
*
*/
+#define _DEFAULT_SOURCE
#define _BSD_SOURCE
#define _XOPEN_SOURCE 700
#define _FILE_OFFSET_BITS 64