mirror of
https://github.com/MariaDB/server.git
synced 2025-05-25 13:42:52 +03:00
Fix QNX and IRIX compilation
extra/innochecksum.c: Fix _XOPEN_SOURCE define to not break compile on QNX and IRIX
This commit is contained in:
parent
f095abaa47
commit
16f9daf16d
@ -28,7 +28,7 @@
|
||||
#define _LARGEFILE_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
||||
#define _XOPEN_SOURCE /* needed to include getopt.h on some platforms. */
|
||||
#define _XOPEN_SOURCE 500 /* needed to include getopt.h on some platforms. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user