1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/*: add missing include of assert.h

This commit is contained in:
Bas Stottelaar 2020-10-21 15:58:21 +02:00
parent 2a818172a4
commit 970c72a0cb
17 changed files with 25 additions and 0 deletions

View File

@ -19,6 +19,7 @@
* @author Gunar Schorcht <gunar@schorcht.net>
*/
#include <assert.h>
#include <stdio.h>
#include <string.h>

View File

@ -18,6 +18,7 @@
*
* @}
*/
#include "fatfs/diskio.h" /**< FatFs lower layer API */
#include "fatfs_diskio_mtd.h"
#include "fatfs/ffconf.h"

View File

@ -13,6 +13,7 @@
* @author Martine Lenders <m.lenders@fu-berlin.de>
*/
#include <assert.h>
#include <errno.h>
#include "net/ipv4/addr.h"

View File

@ -340,6 +340,7 @@ static int _create(int type, int proto, uint16_t flags, struct netconn **out)
return 0;
}
#include <assert.h>
#include <stdio.h>
int lwip_sock_create(struct netconn **conn, const struct _sock_tl_ep *local,

View File

@ -13,6 +13,8 @@
* @author Martine Lenders <m.lenders@fu-berlin.de>
*/
#include <assert.h>
#include "mutex.h"
#include "net/sock/tcp.h"

View File

@ -13,6 +13,7 @@
* @author Martine Lenders <m.lenders@fu-berlin.de>
*/
#include <assert.h>
#include <errno.h>
#include "net/ipv4/addr.h"

View File

@ -18,6 +18,8 @@
* @}
*/
#include <assert.h>
#include "thread.h"
#include "nimble_riot.h"

View File

@ -18,6 +18,8 @@
* @}
*/
#include <assert.h>
#include "nimble_netif_conn.h"
#define ENABLE_DEBUG (0)

View File

@ -17,6 +17,8 @@
*
* @}
*/
#include <assert.h>
#include <limits.h>
#include "xtimer.h"

View File

@ -19,6 +19,8 @@
* @}
*/
#include <assert.h>
#include "net/bluetil/ad.h"
#include "nimble_scanlist.h"
#include "nimble/hci_common.h"

View File

@ -18,6 +18,7 @@
* @}
*/
#include <assert.h>
#include <string.h>
#include "nimble_riot.h"

View File

@ -28,6 +28,7 @@
*
*/
#include <assert.h>
#include <stdint.h>
#include <string.h>

View File

@ -19,6 +19,8 @@
* @author Francisco Molina <francois-xavier.molina@inria.fr>
* @}
*/
#include <assert.h>
#include <sys/uio.h>
#include "leds.h"

View File

@ -11,6 +11,8 @@
*
* @author Javier FILEIV <javier.fileiv@gmail.com>
*/
#include <assert.h>
#include <string.h>
#include <errno.h>

View File

@ -19,6 +19,7 @@
*/
#include <assert.h>
#include <fcntl.h>
#include <errno.h>
#include <inttypes.h>

View File

@ -16,6 +16,8 @@
* @author Leandro Lanzieri <leandro.lanzieri@haw-hamburg.de>
*/
#include <assert.h>
#include "dtls.h"
#include "log.h"
#include "net/sock/dtls.h"

View File

@ -18,6 +18,7 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include "ucg_riotos.h"