X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fsptps_test.c;h=e9cab253f21011dbbc686dbef25c2faeed4f73a2;hb=104148f04ad25f9f7f62753a11b81090c5b36984;hp=33bad0a521d36e7624e565e1d4b92e201da612be;hpb=06436cecee71ec6ab585587d10f3979c20c0d2a4;p=meshlink diff --git a/src/sptps_test.c b/src/sptps_test.c index 33bad0a5..e9cab253 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -20,6 +20,8 @@ #include "system.h" #ifdef HAVE_LINUX +#include +#include #include #endif @@ -32,7 +34,7 @@ // Symbols necessary to link with logger.o bool send_request(void *c, const char *msg, ...) { return false; } -struct list_t *connection_list = NULL; +void *mesh; bool send_meta(void *c, const char *msg , int len) { return false; } char *logfilename = NULL; struct timeval now;