Merge pull request #305 from bwesterb/patch-2

tgl.h: add stdlib.h include
This commit is contained in:
vysheng 2014-11-03 23:52:57 +03:00
commit cc0a811699

1
tgl.h
View File

@ -22,6 +22,7 @@
#include <tgl-layout.h>
#include <string.h>
#include <stdlib.h>
#define TGL_MAX_DC_NUM 100
#define TG_SERVER_1 "173.240.5.1"