# HG changeset patch # User Gerd Moellmann # Date 937869529 0 # Node ID 7796a636f039ab498e7711efc0dcdef6edf7a5da # Parent 3d113835728782cf905f94cac3d992a6f5666f9d (toplevel): Move include of stdio.h to other includes. diff -r 3d1138357287 -r 7796a636f039 src/minibuf.c --- a/src/minibuf.c Mon Sep 20 23:18:48 1999 +0000 +++ b/src/minibuf.c Mon Sep 20 23:18:49 1999 +0000 @@ -21,6 +21,7 @@ #include +#include #include "lisp.h" #include "commands.h" #include "buffer.h" @@ -199,8 +200,6 @@ return window; } -#include - /* Actual minibuffer invocation. */