summaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
authorMichael Brown2006-06-05 17:41:22 +0200
committerMichael Brown2006-06-05 17:41:22 +0200
commitc3e41e6fd1c809151cd466ac9c70d8b0593e96cd (patch)
treeec069018e8ad1cb4c0f525268191616f6350b0d0 /src/interface
parent- added most slk functions (diff)
downloadipxe-c3e41e6fd1c809151cd466ac9c70d8b0593e96cd.tar.gz
ipxe-c3e41e6fd1c809151cd466ac9c70d8b0593e96cd.tar.xz
ipxe-c3e41e6fd1c809151cd466ac9c70d8b0593e96cd.zip
Added soon-to-be-requisite missing include.
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/pxe/pxe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/pxe/pxe.c b/src/interface/pxe/pxe.c
index 06e6121f..4fcb6b32 100644
--- a/src/interface/pxe/pxe.c
+++ b/src/interface/pxe/pxe.c
@@ -22,6 +22,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include "dev.h"
#include "pxe.h"
/* Global pointer to currently installed PXE stack */