]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib-src/make-docfile.c: Include stdarg.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Feb 2016 20:50:48 +0000 (12:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Feb 2016 20:51:08 +0000 (12:51 -0800)
lib-src/make-docfile.c

index 12222c3db3c8a95bc812258d4bbedc873552e370..e266207ee9e567669654f5e1b57bb1cd20540989 100644 (file)
@@ -36,6 +36,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 
+#include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>