isoping: add -lpthread to Makefile

Change-Id: Ie094383f540fbae113c105c31857aabfcd5aee6c
diff --git a/cmds/Makefile b/cmds/Makefile
index 2697abc..aabebe5 100644
--- a/cmds/Makefile
+++ b/cmds/Makefile
@@ -184,7 +184,7 @@
 	echo "Building .pb.cc"
 	$(HOST_PROTOC) --cpp_out=. $<
 
-host-isoping isoping: LIBS+=$(RT) -lm -lstdc++ -lcrypto
+host-isoping isoping: LIBS+=$(RT) -lm -lstdc++ -lcrypto -lpthread
 host-isoping: host-isoping.o host-isoping_main.o
 host-isoping_test.o: CXXFLAGS += -D WVTEST_CONFIGURED -I ../wvtest/cpp
 host-isoping_test.o: isoping.cc