Fix build and makefile.
parent
91dbf2f9b0
commit
60fbdcfdba
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
CXX=clang++
|
CXX=clang++
|
||||||
CXX_FLAGS += -fPIC -std=c++11
|
CXX_FLAGS += -fPIC -std=c++11
|
||||||
LD_FLAGS += -shared -lprotobuf-lite -Wl,--no-undefined
|
LD_FLAGS += -shared -lprotobuf-lite -ldl -Wl,--no-undefined
|
||||||
LIBRARY_NAME=libsteam_api.so
|
LIBRARY_NAME=libsteam_api.so
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include "base.h"
|
#include "base.h"
|
||||||
|
#include <list>
|
||||||
|
|
||||||
//packet timeout in seconds for non connections
|
//packet timeout in seconds for non connections
|
||||||
#define ORPHANED_PACKET_TIMEOUT (20)
|
#define ORPHANED_PACKET_TIMEOUT (20)
|
||||||
|
|
Loading…
Reference in New Issue