Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include <string.h> from openconnect-internal.h
It needs it for strlen() and wasn't including it for itself.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Aug 30, 2016
1 parent bb6f730 commit 000edae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openconnect-internal.h
Expand Up @@ -73,6 +73,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>

#ifdef LIBPROXY_HDR
#include LIBPROXY_HDR
Expand Down

0 comments on commit 000edae

Please sign in to comment.