summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-10-28 17:51:49 +0000
committerJeremy Allison <jra@samba.org>1998-10-28 17:51:49 +0000
commit1f225abfbe6b021b589711c2e4c599a63050c5b2 (patch)
treeed0ca4f0e0b3c76d58ab38cbe5ede11a337cd726 /source/include/includes.h
parent17621964344336c6303386c3c9e8a3e23b9e46e1 (diff)
downloadsamba-1f225abfbe6b021b589711c2e4c599a63050c5b2.tar.gz
samba-1f225abfbe6b021b589711c2e4c599a63050c5b2.tar.xz
samba-1f225abfbe6b021b589711c2e4c599a63050c5b2.zip
Quick fixes to fix the broken tree. Needed for my morning compiles.
Chris - feel free to fix these things differently if these fixes don't work for you. Jeremy.
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 9d5ee28358b..1477c3ab3d5 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -494,6 +494,8 @@ extern int errno;
#include "nterr.h"
+#include "debugparse.h"
+
#ifndef MAXCODEPAGELINES
#define MAXCODEPAGELINES 256
#endif
@@ -680,7 +682,7 @@ int setresuid(uid_t ruid, uid_t euid, uid_t suid);
int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
#endif
-#if (defined(HAVE_CRYPT) && !defined(HAVE_CRYPT_DECL))
+#if (defined(HAVE_CRYPT) && !defined(HAVE_CRYPT_DECL) && !defined(KRB4_AUTH))
/* stupid glibc */
int crypt(const char *key, const char *salt);
#endif