diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:03:01 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:03:01 +0100 |
commit | dea99b85dc52341265ae2e8463afee8a9709127a (patch) | |
tree | 4d4c52d046e76374314d5c88137e406a3d238ec2 /code/test/init_vconn.c | |
parent | eb8c9fe176721d5e8dd24febec88e1665ca70c26 (diff) |
fe310 platform introdiced
Diffstat (limited to 'code/test/init_vconn.c')
-rw-r--r-- | code/test/init_vconn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/init_vconn.c b/code/test/init_vconn.c index 2e82598..29c8db5 100644 --- a/code/test/init_vconn.c +++ b/code/test/init_vconn.c @@ -3,7 +3,7 @@ #include <unistd.h> #include "core.h" -#include "vconn.h" +#include "vconn/vconn.h" static int v_rng(void *buf, size_t bufsize) { int fd; |