Moved include/in.h to include/gpxe/in.h, so that it can be included by

prototester.
This commit is contained in:
Michael Brown
2006-03-23 16:45:01 +00:00
parent eaf40883ff
commit dde1c5ad18
11 changed files with 19 additions and 10 deletions

View File

@@ -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: