mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Linux build error fix
Included file stdlib.h added Errors still exist in the build. PR'ing this as a test to see if current errors are due to an incompatible compiler.
This commit is contained in:
parent
31459a6243
commit
d1523f202b
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable:4996)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue