1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00: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;
{
}