]> andersk Git - moira.git/commitdiff
fix include of krb_et.h so it finds the local one.
authormar <mar>
Wed, 28 Jun 1989 14:45:23 +0000 (14:45 +0000)
committermar <mar>
Wed, 28 Jun 1989 14:45:23 +0000 (14:45 +0000)
lib/mr_auth.c

index 9c6ef22867928a2a975a36bb98928c5da585fdd7..dee6fae7a17bb6610f99848383375690e3c47b4f 100644 (file)
@@ -18,7 +18,7 @@ static char *rcsid_sms_auth_c = "$Header$";
 #include <mit-copyright.h>
 #include "sms_private.h"
 #include <krb.h>
-#include <krb_et.h>
+#include "krb_et.h"
 
 
 /* Authenticate this client with the SMS server.  prog is the name of the
This page took 0.03555 seconds and 5 git commands to generate.