Added missing includes and pragmas for 68K
authorMiro Jurisic <meeroh@mit.edu>
Fri, 26 Feb 1999 01:22:49 +0000 (01:22 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Fri, 26 Feb 1999 01:22:49 +0000 (01:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11226 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/libraries/Kerberos v5 Globals/Krb5Globals.c
src/mac/libraries/Kerberos v5 Globals/Krb5GlobalsData.h

index aa7c379cf3d4cdd1d2f362e102d94cc5d712f84c..69efe42d33849d77a44028be71892dc41b5970b9 100644 (file)
@@ -25,6 +25,7 @@
 #include <CCache.h>
 
 #include <string.h>
+#include <stdio.h>
  
 #include "Krb5Globals.h"
 #include "Krb5GlobalsData.h"
index 0779ba2948e4888a89e28a4d36368e527b8716d0..65055cde3eafcfaddec5e08657483191e4ec74be 100644 (file)
@@ -9,7 +9,15 @@
 
 #include <Types.h>
 
+#if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
+#      pragma import on
+#endif
+
 extern UInt32  gKerberos5GlobalsRefCount;
 extern char*   gKerberos5SystemDefaultCacheName;
 
+#if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
+#      pragma import reset
+#endif
+
 #endif /* __Krb5GlobalsData_h__ */
\ No newline at end of file