summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown2006-03-23 17:45:01 +0100
committerMichael Brown2006-03-23 17:45:01 +0100
commitdde1c5ad18d1d8fb66cab52262f1ecc36df9fab2 (patch)
tree151fb910c0df4d7b788c697039d8e21b0e0958b6 /src/proto
parentAdd Makefile for hijack and prototester utilities. (diff)
downloadipxe-dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2.tar.gz
ipxe-dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2.tar.xz
ipxe-dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2.zip
Moved include/in.h to include/gpxe/in.h, so that it can be included by
prototester.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/nfs.c b/src/proto/nfs.c
index 311409a6..828aa871 100644
--- a/src/proto/nfs.c
+++ b/src/proto/nfs.c
@@ -1,7 +1,7 @@
#include "etherboot.h"
#include "init.h"
#include "proto.h"
-#include "in.h"
+#include <gpxe/in.h>
#include "nic.h"
/* NOTE: the NFS code is heavily inspired by the NetBSD netboot code (read: