X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fdata_structures_tcp.c;h=4db030987171e34364fd442e300b01f2ed380c83;hb=08365995afd45ea5f6f62f5d8fbc90961de5eacf;hp=0861f341bd544aa5368e135c9b912d693ec23eba;hpb=85c9417b6ebc1e1cd25d479389c91926eb6948dc;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); } -