Fix recent changes
* src/sysstdio.h: Include stdarg.h, for va_list.
This commit is contained in:
parent
1542d17324
commit
474bd9d4a0
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
#ifndef EMACS_SYSSTDIO_H
|
#ifndef EMACS_SYSSTDIO_H
|
||||||
#define EMACS_SYSSTDIO_H
|
#define EMACS_SYSSTDIO_H
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue