From 88e38fa1483891f273f063f92ef71a5c33fe5406 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Sep 2006 10:58:14 +0000 Subject: We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. --- src/proto/nmb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/proto') diff --git a/src/proto/nmb.c b/src/proto/nmb.c index 9fa17d9cb..d2944031e 100644 --- a/src/proto/nmb.c +++ b/src/proto/nmb.c @@ -1,4 +1,3 @@ -#include "stdio.h" #include "resolv.h" #include "string.h" #include "dns.h" -- cgit v1.2.3-55-g7522