diff options
| author | Eli Zaretskii | 2019-07-14 08:59:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-14 08:59:49 +0300 |
| commit | 474bd9d4a0f57c55d8c7ab435885804062992d0f (patch) | |
| tree | 375901e5a552c400adce99b99435bdf4f5d223d8 /src | |
| parent | 1542d17324c46a1406355ed10a48a97f51014e90 (diff) | |
| download | emacs-474bd9d4a0f57c55d8c7ab435885804062992d0f.tar.gz emacs-474bd9d4a0f57c55d8c7ab435885804062992d0f.zip | |
Fix recent changes
* src/sysstdio.h: Include stdarg.h, for va_list.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysstdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysstdio.h b/src/sysstdio.h index 637f5fdfa6d..f402bd633d4 100644 --- a/src/sysstdio.h +++ b/src/sysstdio.h | |||
| @@ -20,6 +20,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 20 | #ifndef EMACS_SYSSTDIO_H | 20 | #ifndef EMACS_SYSSTDIO_H |
| 21 | #define EMACS_SYSSTDIO_H | 21 | #define EMACS_SYSSTDIO_H |
| 22 | 22 | ||
| 23 | #include <stdarg.h> | ||
| 23 | #include <fcntl.h> | 24 | #include <fcntl.h> |
| 24 | #include <limits.h> | 25 | #include <limits.h> |
| 25 | #include <stdio.h> | 26 | #include <stdio.h> |