diff options
| author | Paul Eggert | 2016-02-11 12:50:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-11 12:51:08 -0800 |
| commit | 5eb9989f9b573d3823d609a9c19c8934f4acb298 (patch) | |
| tree | bdbfee6f15abef76d8b2145cc48c5495335be140 /lib-src | |
| parent | c95ebbf8605496439fdede3684628daa96da14d8 (diff) | |
| download | emacs-5eb9989f9b573d3823d609a9c19c8934f4acb298.tar.gz emacs-5eb9989f9b573d3823d609a9c19c8934f4acb298.zip | |
* lib-src/make-docfile.c: Include stdarg.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | 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 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/>. */ | |||
| 36 | 36 | ||
| 37 | #include <config.h> | 37 | #include <config.h> |
| 38 | 38 | ||
| 39 | #include <stdarg.h> | ||
| 39 | #include <stdbool.h> | 40 | #include <stdbool.h> |
| 40 | #include <stddef.h> | 41 | #include <stddef.h> |
| 41 | #include <stdint.h> | 42 | #include <stdint.h> |