vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

commit 3376809c353f55c4578a09224c54197aaaf7788a
parent 856477d40dde98f124630c3228405018bd24559c
Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
Date:   Tue, 22 Jun 2010 02:07:11 +0200

include to avoid warnings in nopcap/notap

Diffstat:
src/9vx/nopcap.c | 6++++++
src/9vx/notap.c | 6++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/9vx/nopcap.c b/src/9vx/nopcap.c @@ -1,3 +1,9 @@ +#include "u.h" +#include "lib.h" +#include "mem.h" +#include "dat.h" +#include "fns.h" + void etherpcaplink(void) { diff --git a/src/9vx/notap.c b/src/9vx/notap.c @@ -1,3 +1,9 @@ +#include "u.h" +#include "lib.h" +#include "mem.h" +#include "dat.h" +#include "fns.h" + void ethertaplink(void) {