From e705cb7bb595fe12008847a1931dbd9e4a31ea66 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 3 Dec 2012 12:47:11 +0000 Subject: [PATCH] Make sure we include stdarg.h for va_list definition. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10717 7a7537e8-13f0-0310-91df-b6672ffda945 --- cups/ipp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cups/ipp.h b/cups/ipp.h index a30b65be33..33790ab647 100644 --- a/cups/ipp.h +++ b/cups/ipp.h @@ -23,6 +23,7 @@ */ # include "http.h" +# include /* -- 2.47.3