From: Guillem Jover Date: Mon, 25 May 2009 07:12:45 +0000 (+0200) Subject: Add missing include in X-Git-Tag: 0.1.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fa98ea9e288abb4aa5b12be8fed9f73e2a1a9c;p=thirdparty%2Flibbsd.git Add missing include in --- diff --git a/include/bsd/err.h b/include/bsd/err.h index b8f9c82..d60158e 100644 --- a/include/bsd/err.h +++ b/include/bsd/err.h @@ -28,6 +28,7 @@ #define LIBBSD_ERR_H #include +#include extern void warnc (int code, const char *format, ...); extern void vwarnc (int code, const char *format, va_list ap);