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

This commit is contained in:
Paul Eggert 2016-02-11 12:50:48 -08:00
parent c95ebbf860
commit 5eb9989f9b

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