diff options
Diffstat (limited to 'src/termchar.h')
| -rw-r--r-- | src/termchar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/termchar.h b/src/termchar.h index 601b9fe8205..687f7fbd119 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -16,6 +16,8 @@ GNU General Public License for more details. | |||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include "dispextern.h" | ||
| 20 | |||
| 19 | /* Each termcap frame points to its own struct tty_output object in | 21 | /* Each termcap frame points to its own struct tty_output object in |
| 20 | the output_data.tty field. The tty_output structure contains the | 22 | the output_data.tty field. The tty_output structure contains the |
| 21 | information that is specific to termcap frames. */ | 23 | information that is specific to termcap frames. */ |