summaryrefslogtreecommitdiff
path: root/png2ff.c
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2015-11-13 03:59:37 +0100
committerFRIGN <dev@frign.de>2015-11-13 03:59:56 +0100
commited7b08b8d22e0f039f93f70dd23280289edb27e5 (patch)
treea4a11d4e02c0429fc05f08a8ad3ff0723eb030db /png2ff.c
parentba60aa33d91ba7329218117c067c4f5940b9d001 (diff)
Add _BSD_SOURCE for endian.h
Thanks Heiko ("rundstutzen") for reporting this!
Diffstat (limited to 'png2ff.c')
-rw-r--r--png2ff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/png2ff.c b/png2ff.c
index 3a4329d..e567276 100644
--- a/png2ff.c
+++ b/png2ff.c
@@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
+#define _BSD_SOURCE
#include <endian.h>
#include <stdint.h>
#include <stdio.h>