mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Fix a build warning on OpenBSD
(Contributed by Theo Buehler)
This commit is contained in:
parent
6c059f8f5b
commit
43446b735d
@ -21,6 +21,7 @@
|
|||||||
#define _POSIX_SOURCE 1
|
#define _POSIX_SOURCE 1
|
||||||
#define _ISOC99_SOURCE 1 /* For floating point */
|
#define _ISOC99_SOURCE 1 /* For floating point */
|
||||||
#define _GNU_SOURCE 1 /* For the floating point exception extension */
|
#define _GNU_SOURCE 1 /* For the floating point exception extension */
|
||||||
|
#define _BSD_SOURCE 1 /* For the floating point exception extension */
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user