added stdio.h to includes for DBG compilation

This commit is contained in:
Marty Connor
2006-09-27 05:57:06 +00:00
parent 1da4faa896
commit 6ac78f6aff
27 changed files with 32 additions and 4 deletions

View File

@@ -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);