Commit 51cd5da3 authored by knielsen@mysql.com's avatar knielsen@mysql.com
Browse files

Fix QNX and IRIX compilation

parent ecb41e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>