diff options
| author | Marty Connor | 2006-09-27 07:57:06 +0200 |
|---|---|---|
| committer | Marty Connor | 2006-09-27 07:57:06 +0200 |
| commit | 6ac78f6aff85b2a41d1c98011c41f622d569076a (patch) | |
| tree | 04afe77db724f594b006504ccddd2b6464fd2c4b /src/core | |
| parent | include stdio.h to suppress printf warning, general warnings fixups (diff) | |
| download | ipxe-6ac78f6aff85b2a41d1c98011c41f622d569076a.tar.gz ipxe-6ac78f6aff85b2a41d1c98011c41f622d569076a.tar.xz ipxe-6ac78f6aff85b2a41d1c98011c41f622d569076a.zip | |
added stdio.h to includes for DBG compilation
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/resolv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/resolv.c b/src/core/resolv.c index 0737294ac..f13ab1529 100644 --- a/src/core/resolv.c +++ b/src/core/resolv.c @@ -1,4 +1,5 @@ #include "resolv.h" +#include "stdio.h" static struct resolver resolvers[0] __table_start(resolver); static struct resolver resolvers_end[0] __table_end(resolver); |
