include to avoid warnings in nopcap/notap - vx32 - Local 9vx git repository for patches.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 3376809c353f55c4578a09224c54197aaaf7788a
(DIR) parent 856477d40dde98f124630c3228405018bd24559c
(HTM) 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(-)
---
(DIR) 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)
{
(DIR) 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)
{