diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index fbc2f05a375..d1a586881b2 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -20,6 +20,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | #ifndef XTERM_H | 20 | #ifndef XTERM_H |
| 21 | #define XTERM_H | 21 | #define XTERM_H |
| 22 | 22 | ||
| 23 | #include "dispextern.h" | ||
| 24 | |||
| 23 | #include <X11/Xlib.h> | 25 | #include <X11/Xlib.h> |
| 24 | #include <X11/cursorfont.h> | 26 | #include <X11/cursorfont.h> |
| 25 | 27 | ||