From 5eb9989f9b573d3823d609a9c19c8934f4acb298 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 11 Feb 2016 12:50:48 -0800
Subject: [PATCH] * lib-src/make-docfile.c: Include stdarg.h.

---
 lib-src/make-docfile.c | 1 +
 1 file changed, 1 insertion(+)

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>
-- 
2.39.5