Commit b9a1c081 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: net.c: include endpoint.h

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 14d314d9
......@@ -8,6 +8,7 @@
#include "board.h"
#include "pps_gen.h"
#include "minic.h"
#include "endpoint.h"
#include "softpll_ng.h"
#define min(x,y) ((x) < (y) ? (x) : (y))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment