Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include <string.h> where needed
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 1, 2009
1 parent a59739d commit ff07673
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions auth.c
Expand Up @@ -27,6 +27,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
#include <string.h>
#include <ctype.h>

#include <openssl/err.h>
Expand Down
1 change: 1 addition & 0 deletions cstp.c
Expand Up @@ -26,6 +26,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
#include <string.h>
#include <ctype.h>

#include <openssl/ssl.h>
Expand Down
1 change: 1 addition & 0 deletions http.c
Expand Up @@ -27,6 +27,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
#include <string.h>
#include <ctype.h>

#include <openssl/ssl.h>
Expand Down
1 change: 1 addition & 0 deletions mainloop.c
Expand Up @@ -29,6 +29,7 @@
#include <signal.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>

#include "openconnect.h"

Expand Down

0 comments on commit ff07673

Please sign in to comment.