Fixed Linux build.

This commit is contained in:
Branimir Karadžić 2015-10-08 19:54:41 -07:00
parent 2f02cd097a
commit 08b716238c

View file

@ -13,6 +13,7 @@
#include <ctype.h> // toupper, isprint
#include <math.h> // sqrtf, fabsf, fmodf, powf, cosf, sinf, floorf, ceilf
#include <stdio.h> // vsnprintf, sscanf, printf
#include <stdint.h> // intptr_t
#ifdef _MSC_VER
#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen