Skip to content

Commit

Permalink
Include <string.h> in library.c
Browse files Browse the repository at this point in the history
Don't know how this escaped giving us a warning before...

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Apr 11, 2012
1 parent 1ea6e2e commit 7abd11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library.c
Expand Up @@ -22,6 +22,8 @@
* Boston, MA 02110-1301 USA
*/

#include <string.h>

#include "openconnect-internal.h"

struct openconnect_info *openconnect_vpninfo_new_with_cbdata (char *useragent,
Expand Down

0 comments on commit 7abd11d

Please sign in to comment.