diff options
Diffstat (limited to 'util/srv.c')
-rw-r--r-- | util/srv.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/srv.c b/util/srv.c index 1e23887ca..81df9f575 100644 --- a/util/srv.c +++ b/util/srv.c @@ -36,7 +36,10 @@ /* Not every installation has gotten around to supporting SRVs yet... */ #ifndef T_SRV -#define T_SRV 33 +# define T_SRV 33 +# ifdef __VMS +# include "cert_vms.h" +# endif /* def __VMS */ #endif static int |