Merge pull request #192 from birarda/pairing

include cstring for use of strlen
This commit is contained in:
birarda 2013-05-03 14:42:33 -07:00
commit 4f74e5a6e2

View file

@ -9,6 +9,7 @@
#include <iostream>
#include <vector>
#include <cstdio>
#include <cstring>
#include <UDPSocket.h>
#include <arpa/inet.h>