Skip to content

Commit

Permalink
adapt to moved kernel_pid_t location
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 23, 2020
1 parent 34c5eb8 commit fd5b7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion face-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef NDN_FACE_TABLE_H_
#define NDN_FACE_TABLE_H_

#include <kernel_types.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion ndn.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef NDN_H_
#define NDN_H_

#include <kernel_types.h>
#include "sched.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit fd5b7e7

Please sign in to comment.