From: Thien-Thi Nguyen Date: Sat, 8 May 2004 17:01:01 +0000 (+0000) Subject: [VMS] Include lib$routines.h. X-Git-Tag: ttn-vms-21-2-B2~36 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d4e877d8fe11ea69c6814bb45ac29cfc0ed74c0;p=emacs.git [VMS] Include lib$routines.h. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 06faeabece6..3a27b24048c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-08 Thien-Thi Nguyen + + * etags.c: [VMS] Include lib$routines.h. + 2004-05-08 Thien-Thi Nguyen * b2m.c (GOOD, BAD): Delete macros. Throughout, diff --git a/lib-src/etags.c b/lib-src/etags.c index 86d583fdf38..f4ae76370b6 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -806,6 +806,7 @@ typedef struct { #include #include +#include #define OUTSIZE MAX_FILE_SPEC_LEN static short fn_exp (out, in)