Skip to content

Commit

Permalink
Add missing include for rt-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Berg authored and hefloryd committed Jan 19, 2021
1 parent 95d3da0 commit 26783e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ports/rt-kernel/pnal.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
********************************************************************/

#include "pnal.h"

#include "osal.h"
#include "osal_log.h"
#include "options.h"

#include <drivers/net.h>
#include <gpio.h>
#include <lwip/apps/snmp.h>
#include <lwip/netif.h>
#include <lwip/snmp.h>
#include <lwip/sys.h>
Expand Down

0 comments on commit 26783e3

Please sign in to comment.