summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-05-23 12:56:23 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-05-23 12:56:23 +0000
commit71d4fba16fb333ae8ee534ddebdb04fc1e70569f (patch)
treeede1158e3632329a45614c9bc522d57da06395fe
parent3c8572f598f4fef7c2b1a89b8b64c6c08c03d3fd (diff)
downloademacs-71d4fba16fb333ae8ee534ddebdb04fc1e70569f.tar.gz
[VMS] Include <starlet.h>.
-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 @@
+2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * termcap.c [VMS]: Include <starlet.h>.
+
2005-05-23 Masatake YAMATO <jet@gyve.org>
* 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 ();
#include <rmsdef.h>
#include <fab.h>
#include <nam.h>
+#include <starlet.h>
static int
valid_filename_p (fn)