Commit 1d1fd3d4 authored by anozdrin@mysql.com's avatar anozdrin@mysql.com
Browse files

Make it buildable with -ansi flag on some platforms.

parent ac00e90b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE

#define _XOPEN_SOURCE /* needed to include getopt.h on some platforms. */

#include <stdio.h>
#include <stdlib.h>
#include <time.h>