diff options
| author | Thien-Thi Nguyen | 2005-05-23 12:56:23 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-05-23 12:56:23 +0000 |
| commit | 71d4fba16fb333ae8ee534ddebdb04fc1e70569f (patch) | |
| tree | ede1158e3632329a45614c9bc522d57da06395fe /src/termcap.c | |
| parent | 3c8572f598f4fef7c2b1a89b8b64c6c08c03d3fd (diff) | |
| download | emacs-71d4fba16fb333ae8ee534ddebdb04fc1e70569f.tar.gz emacs-71d4fba16fb333ae8ee534ddebdb04fc1e70569f.zip | |
[VMS] Include <starlet.h>.
Diffstat (limited to 'src/termcap.c')
| -rw-r--r-- | src/termcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||
| 462 | static int | 463 | static int |
| 463 | valid_filename_p (fn) | 464 | valid_filename_p (fn) |