zephyr/include/net
Marcin Niestroj e2e2a2bd94 net: http_client: add missing kernel.h include statement
There is following error when compiling applications using http_client:

  /zephyr/include/net/http_client.h:157:24: error: field 'work' has \
  incomplete type
    157 |  struct k_delayed_work work;
        |                        ^~~~
  /zephyr/include/net/http_client.h:177:2: error: unknown type name \
  'k_timeout_t'
    177 |  k_timeout_t timeout;
        |  ^~~~~~~~~~~

Fix that by adding missing kernel.h include statement in http_client.h.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-07-07 16:00:42 -04:00
..
bt.h
buf.h net: buf.h: Add static initialiser to net_buf_struct 2020-07-04 07:08:33 -04:00
can.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
coap_link_format.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
coap.h net: coap: Add coap_get_option_int public method 2020-06-09 21:25:11 +03:00
dhcpv4.h net: Move include files outside of extern "C" block 2019-08-06 14:46:36 +03:00
dns_resolve.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dummy.h net: Verify correctness of iface_api inside L2 driver API 2019-12-09 12:55:29 -05:00
ethernet_mgmt.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ethernet_vlan.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ethernet.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gptp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hostname.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
http_client.h net: http_client: add missing kernel.h include statement 2020-07-07 16:00:42 -04:00
http_parser_state.h
http_parser_url.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
http_parser.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ieee802154_mgmt.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ieee802154_radio.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ieee802154.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipv4_autoconf.h
lldp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lwm2m.h net: lwm2m: Add ObjLnk resource type support 2020-06-15 22:13:34 +03:00
mii.h net: ethernet: Place MII defines into separate doxygen group 2019-02-26 02:07:36 +01:00
mqtt.h net: mqtt: Constify utf8 pointer in mqtt_utf8 struct 2020-06-12 16:47:36 +02:00
net_config.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_conn_mgr.h net: Add a connection manager preliminary logic 2019-07-12 12:33:19 +03:00
net_context.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_core.h net: log_strdup() was missing when printing thread name 2020-06-16 15:54:20 +03:00
net_event.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_if.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_ip.h net: IPv6: Fix source address for mesh multicast destination 2020-06-16 19:14:52 +02:00
net_l2.h net: l2: Remove unnecessary() 2020-06-17 08:55:59 +03:00
net_linkaddr.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_mgmt.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_offload.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_pkt.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_stats.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_timeout.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
openthread.h net: l2: openthread: Implement enable API function 2020-07-02 08:43:45 -04:00
ppp.h net: l2: ppp: drop ppp_context's is_network_up 2020-07-06 17:55:44 -04:00
promiscuous.h net: promisc: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
ptp_time.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sntp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
socket_can.h net: Verify correctness of iface_api inside L2 driver API 2019-12-09 12:55:29 -05:00
socket_net_mgmt.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
socket_offload.h net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
socket_select.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
socket.h net: sockets: add API to fetch an fd's ctx object 2020-06-03 22:33:32 +02:00
socketutils.h include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
tftp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls_credentials.h net: tls: Add credential type documentation 2019-03-26 07:30:57 -05:00
trickle.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
udp.h doc: net: Hide UDP API documentation 2019-02-21 16:37:43 -05:00
websocket.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wifi_mgmt.h net: wifi: add extern "C" to wifi_mgmt.h 2020-06-08 19:48:05 +03:00
wifi.h