[pullup from 1-2-2-branch]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14506
dc483132-0cff-0310-8789-
dd5450dbe970
+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.
#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.
#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"