aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-05-23 12:56:23 +0000
committerThien-Thi Nguyen2005-05-23 12:56:23 +0000
commit71d4fba16fb333ae8ee534ddebdb04fc1e70569f (patch)
treeede1158e3632329a45614c9bc522d57da06395fe /src
parent3c8572f598f4fef7c2b1a89b8b64c6c08c03d3fd (diff)
downloademacs-71d4fba16fb333ae8ee534ddebdb04fc1e70569f.tar.gz
emacs-71d4fba16fb333ae8ee534ddebdb04fc1e70569f.zip
[VMS] Include <starlet.h>.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/termcap.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b8bf5bdb92..a0f9d96cdd3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * termcap.c [VMS]: Include <starlet.h>.
4
12005-05-23 Masatake YAMATO <jet@gyve.org> 52005-05-23 Masatake YAMATO <jet@gyve.org>
2 6
3 * xdisp.c (note_mode_line_or_margin_highlight): Added code 7 * xdisp.c (note_mode_line_or_margin_highlight): Added code
diff --git a/src/termcap.c b/src/termcap.c
index a1c068e0964..aa30aaa0615 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -458,6 +458,7 @@ static int name_match ();
458#include <rmsdef.h> 458#include <rmsdef.h>
459#include <fab.h> 459#include <fab.h>
460#include <nam.h> 460#include <nam.h>
461#include <starlet.h>
461 462
462static int 463static int
463valid_filename_p (fn) 464valid_filename_p (fn)