1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

Include charset.h.

This commit is contained in:
Geoff Voelker 1997-07-01 05:06:16 +00:00
parent e54c8cd119
commit 2091aeb2a1
2 changed files with 2 additions and 1 deletions

View file

@ -30,10 +30,10 @@ Boston, MA 02111-1307, USA.
#include <windows.h>
#include "lisp.h"
#include "charset.h"
#include "frame.h"
#include "disptab.h"
#include "termhooks.h"
#include "w32inevt.h"
/* from window.c */

View file

@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
#include "lisp.h"
#include "charset.h"
#include "blockinput.h"
#include <w32term.h>