Skip to content

Commit

Permalink
Fix include string.h
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Nov 19, 2016
1 parent 2c66d4e commit 254dba0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/u_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/

#include <stdio.h>
#include <string.h>

#include "ulfius.h"

Expand Down
1 change: 1 addition & 0 deletions src/u_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
#include <string.h>

#include "ulfius.h"

Expand Down
1 change: 1 addition & 0 deletions src/u_response.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
#include <string.h>

#include "ulfius.h"

Expand Down
1 change: 1 addition & 0 deletions src/u_send_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <ctype.h>
#include <curl/curl.h>
#include <string.h>

#include "ulfius.h"

Expand Down
1 change: 1 addition & 0 deletions src/ulfius.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*
*/

#include <string.h>
#include "ulfius.h"

/**
Expand Down

0 comments on commit 254dba0

Please sign in to comment.