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/proto | |
| 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/proto')
| -rw-r--r-- | src/proto/nmb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/nmb.c b/src/proto/nmb.c index d2944031e..9fa17d9cb 100644 --- a/src/proto/nmb.c +++ b/src/proto/nmb.c @@ -1,3 +1,4 @@ +#include "stdio.h" #include "resolv.h" #include "string.h" #include "dns.h" |
