X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fdata_structures_tcp.c;h=4db030987171e34364fd442e300b01f2ed380c83;hb=84baf72b1a0b38d106c80c936261e9aed9b6324f;hp=0861f341bd544aa5368e135c9b912d693ec23eba;hpb=70407e861d8430dbe06cc52e6fe4ed5c9cd0872a;p=lttv.git diff --git a/lttv/lttv/sync/data_structures_tcp.c b/lttv/lttv/sync/data_structures_tcp.c index 0861f341..4db03098 100644 --- a/lttv/lttv/sync/data_structures_tcp.c +++ b/lttv/lttv/sync/data_structures_tcp.c @@ -27,6 +27,8 @@ #include #include +#include + #include "lookup3.h" #include "data_structures_tcp.h" @@ -382,4 +384,3 @@ void gdnConnectionKeyDestroy(gpointer data) { free((ConnectionKey*) data); } -