emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 5eb9989: * lib-src/make-docfile.c: Include stdarg


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 5eb9989: * lib-src/make-docfile.c: Include stdarg.h.
Date: Thu, 11 Feb 2016 20:51:25 +0000

branch: emacs-25
commit 5eb9989f9b573d3823d609a9c19c8934f4acb298
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lib-src/make-docfile.c: Include stdarg.h.
---
 lib-src/make-docfile.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 12222c3..e266207 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]