Skip to content

Commit

Permalink
curl_mapper: fix build with disabled curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 23, 2023
1 parent 66421c6 commit 7e7ba9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mapper/curl_mapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/

#define _DEFAULT_SOURCE
#include <stddef.h>

#ifdef CONFIG_CURL

Expand Down

0 comments on commit 7e7ba9c

Please sign in to comment.