Commit Diff


commit - 9ca1f6a98802c58f1e33d18e93d1c56d133b9aea
commit + f53455977d21d2bb98a7cc0f06006d40715d6812
blob - b4ccf1fc7f95e168e78e1b668e876b97b542c88e
blob + c911613c08f274c04d6c164db117f079c0b5c1a1
--- src/portab/portab.h
+++ src/portab/portab.h
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: portab.h,v 1.13 2003/03/17 00:53:52 alex Exp $
+ * $Id: portab.h,v 1.14 2003/03/17 01:12:10 alex Exp $
  *
  * Portability functions and declarations (header for libngbportab).
  */
@@ -142,6 +142,7 @@ EXTERN size_t strlcpy PARAMS(( CHAR *dst, CONST CHAR *
 #endif
 
 #ifndef HAVE_VSNPRINTF
+#include <stdarg.h>
 EXTERN INT vsnprintf PARAMS(( CHAR *str, size_t count, CONST CHAR *fmt, va_list args ));
 #endif