From c6abd58340d1ccf69886c6e8cf20d56ee4759706 Mon Sep 17 00:00:00 2001 From: Nicolas Tsiftes Date: Tue, 10 Jan 2012 11:26:03 +0100 Subject: [PATCH] Include stdarg.h --- examples/antelope/netdb/netdb-server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/antelope/netdb/netdb-server.c b/examples/antelope/netdb/netdb-server.c index 50700a457..f575c958b 100644 --- a/examples/antelope/netdb/netdb-server.c +++ b/examples/antelope/netdb/netdb-server.c @@ -34,6 +34,7 @@ * Nicolas Tsiftes */ +#include #include #include "contiki.h"