From 8fe3a4851ddcedc0c5d4e4bd436dc75c9f6697c3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 22 Sep 2001 11:47:37 +0000 Subject: [PATCH] kludge: use absolute path to find prot.h so we do not get confused by athena's prot.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10736 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/login_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/login/login_locl.h b/appl/login/login_locl.h index 94646de63..ddeab029f 100644 --- a/appl/login/login_locl.h +++ b/appl/login/login_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan + * Copyright (c) 1997 - 2001 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -92,7 +92,7 @@ #ifdef HAVE_OSFC2 #define getargs OSFgetargs -#include +#include "/usr/include/prot.h" #undef getargs #endif