1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Define strlcpy on platforms that do not have it

This commit is contained in:
kwolekr 2014-02-09 13:12:28 -05:00
parent 2a01050a0c
commit a0683b811c
2 changed files with 19 additions and 5 deletions

View file

@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "log.h"
#include "tool.h"
#include "serverobject.h"
#include "porting.h"
#include "mapgen.h"
#include "json/json.h"