Skip to content
Snippets Groups Projects
Commit b9a1c081 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

trivial: net.c: include endpoint.h


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 14d314d9
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "board.h" #include "board.h"
#include "pps_gen.h" #include "pps_gen.h"
#include "minic.h" #include "minic.h"
#include "endpoint.h"
#include "softpll_ng.h" #include "softpll_ng.h"
#define min(x,y) ((x) < (y) ? (x) : (y)) #define min(x,y) ((x) < (y) ? (x) : (y))
......
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