commit | ab34a7ff8bfa9b5b73b4979fd3f17d8e8266b6af | [log] [tgz] |
---|---|---|
author | Jerome Stanislaus <jeromes@codeaurora.org> | Wed Jun 24 14:40:01 2015 -0600 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Jun 24 14:56:40 2015 -0700 |
tree | 8f9663d3913b32cad7f1408280d41f0ac38518c7 | |
parent | e21de8dcb916d32b8dcce6d6316603811bbc408b [diff] |
dataservices: fix comilation issues Changes to fix compilation issues in dataservices project CRs-Fixed: 860935 Change-Id: Ic31ab1a54673d336369f52b272382dc4edfcfdad Acked-by: Sireesh Gavini <sgavini@qti.qualcomm.com>
diff --git a/sockev/src/sockev_cli.c b/sockev/src/sockev_cli.c index 21d6c62..5cecf36 100644 --- a/sockev/src/sockev_cli.c +++ b/sockev/src/sockev_cli.c
@@ -38,6 +38,7 @@ #include <stdio.h> #include <arpa/inet.h> #include <unistd.h> +#include <string.h> #define SOCKEVCLI_ERROR -1