]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.h: Include <stdio.h>.
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 13 Oct 2021 08:04:33 +0000 (10:04 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 13 Oct 2021 08:13:41 +0000 (10:13 +0200)
src/pdumper.h

index 87de592b8193a37eecf547df37e8e6fa813acfc4..79f8bce2d8c765e53d4ec85fe7e2216ca10b01a0 100644 (file)
@@ -20,6 +20,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 #ifndef EMACS_PDUMPER_H
 #define EMACS_PDUMPER_H
 
+#include <stdio.h>
 #include "lisp.h"
 
 INLINE_HEADER_BEGIN