1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00

Include charset.h and fontset.h.

This commit is contained in:
Geoff Voelker 1998-10-20 22:16:48 +00:00
parent d82f9149cb
commit bd6bb5442f

View file

@ -23,6 +23,8 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include "lisp.h"
#include "frame.h"
#include "charset.h"
#include "fontset.h"
#include "blockinput.h"
#include "w32term.h"
#include "windowsx.h"
@ -378,4 +380,3 @@ x_sync (f)
void *f;
{
}