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:
parent
e54c8cd119
commit
2091aeb2a1
2 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue