* rc_io.c, rc_dfl.c: use "" includes for krb5.h and k5-int.h
authorTom Yu <tlyu@mit.edu>
Fri, 14 Jun 2002 20:57:53 +0000 (20:57 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 14 Jun 2002 20:57:53 +0000 (20:57 +0000)
[pullup from 1-2-2-branch]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14506 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/rcache/ChangeLog
src/lib/krb5/rcache/rc_dfl.c
src/lib/krb5/rcache/rc_io.c

index b57895de8f05a4dc249547fe66d1e3547327f633..8972479b7b3485e3d857acfc8219f6286b5ee50e 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-14  Miro Jurisic  <meeroh@mit.edu>
+
+       * rc_io.c, rc_dfl.c: use "" includes for krb5.h and k5-int.h
+       [pullup from 1-2-2-branch]
+
 2001-10-09  Ken Raeburn  <raeburn@mit.edu>
 
        * rc_dfl.h, rc_io.h, ser_rc.c: Make prototypes unconditional.
index 589fcd383d822b6951314c3dc985d9053681b988..26de94c32d6317c2cf4a8ebebaad2c15e6bcd36c 100644 (file)
@@ -14,7 +14,7 @@
 #include "rc_base.h"
 #include "rc_dfl.h"
 #include "rc_io.h"
-#include <k5-int.h>
+#include "k5-int.h"
 
 /*
  * If NOIOSTUFF is defined at compile time, dfl rcaches will be per-process.
index 8cbd6fc8299d4cd703527cb17457d7c8cc762429..e44d77c3dbc8bce2b55d1128381be66c8b8d5fe8 100644 (file)
@@ -21,7 +21,7 @@
 #define NEED_SOCKETS
 #define NEED_LOWLEVEL_IO
 
-#include <krb5.h>
+#include "krb5.h"
 #include <stdio.h> /* for P_tmpdir */
 #include "rc_base.h"
 #include "rc_dfl.h"