Commit 16f9daf1 authored by unknown's avatar unknown

Fix QNX and IRIX compilation


extra/innochecksum.c:
  Fix _XOPEN_SOURCE define to not break compile on QNX and IRIX
parent f095abaa
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment