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

Make it buildable with -ansi flag on some platforms.

parent ac00e90b
......@@ -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>
......
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