From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 11 Feb 2016 20:50:48 +0000 (-0800)
Subject: * lib-src/make-docfile.c: Include stdarg.h.
X-Git-Tag: emacs-25.0.91~14
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5eb9989f9b573d3823d609a9c19c8934f4acb298;p=emacs.git

* lib-src/make-docfile.c: Include stdarg.h.
---

diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 12222c3db3c..e266207ee9e 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -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>