diff options
| author | Marty Connor | 2007-07-02 21:26:40 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-02 21:26:40 +0200 |
| commit | bf871c4d03f1dd00a196e15df5267e8be0c8878c (patch) | |
| tree | 85c823e5fa4fd9202f6655401d95de8dd6b9cc12 /src/core/dev.c | |
| parent | Build bochs with ne2000 support, and add sample lines in bochsrc.txt (diff) | |
| download | ipxe-bf871c4d03f1dd00a196e15df5267e8be0c8878c.tar.gz ipxe-bf871c4d03f1dd00a196e15df5267e8be0c8878c.tar.xz ipxe-bf871c4d03f1dd00a196e15df5267e8be0c8878c.zip | |
Warnings purge of src/core
Diffstat (limited to 'src/core/dev.c')
| -rw-r--r-- | src/core/dev.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/dev.c b/src/core/dev.c index 541a9eb1b..582edf87a 100644 --- a/src/core/dev.c +++ b/src/core/dev.c @@ -1,6 +1,7 @@ -#include "etherboot.h" -#include "stddef.h" -#include "dev.h" +#include <stdio.h> +#include <etherboot.h> +#include <stddef.h> +#include <dev.h> /* * Each bus driver defines several methods, which are described in |
