Merge pull request #15510 from kaspar030/add_missing_includes

xtimer, ztimer: add some missing includes
This commit is contained in:
Koen Zandberg 2020-11-26 14:45:23 +01:00 committed by GitHub
commit 529c3142c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <string.h>
#include "xtimer.h"
#include "msg.h"
#include "mutex.h"
#include "rmutex.h"
#include "thread.h"

View File

@ -21,6 +21,7 @@
*/
#include <stdio.h>
#include <inttypes.h>
#include "ztimer/convert.h"

View File

@ -23,6 +23,7 @@
*/
#include <stdint.h>
#include <inttypes.h>
#include "frac.h"
#include "assert.h"

View File

@ -21,6 +21,7 @@
*/
#include <stdio.h>
#include <inttypes.h>
#include "ztimer/convert.h"
#include "ztimer/convert_shift.h"

View File

@ -24,6 +24,7 @@
*/
#include <assert.h>
#include <stdint.h>
#include <inttypes.h>
#include "kernel_defines.h"
#include "irq.h"