# HG changeset patch # User Richard M. Stallman # Date 758770706 0 # Node ID 768c8b09591b70556fbaf06c3031dd8eee77d6be # Parent a70dc7c886d0383d10c3b772855f11f834b901a7 Include stdio.h before config.h. diff -r a70dc7c886d0 -r 768c8b09591b src/dispnew.c --- a/src/dispnew.c Mon Jan 17 00:46:25 1994 +0000 +++ b/src/dispnew.c Mon Jan 17 01:38:26 1994 +0000 @@ -19,9 +19,9 @@ #include +#include #include -#include #include #include "lisp.h"