This file uses E* constants and therefore should include errno.h
authorRuss Allbery <rra@stanford.edu>
Mon, 12 Jun 2006 17:43:28 +0000 (17:43 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 12 Jun 2006 17:43:28 +0000 (17:43 +0000)
Ticket: 3266
Version_Reported: 1.3.6

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

src/kdc/kerberos_v4.c

index 7bb6dfde16dae90aa0ae180e92d139ac8efd70c4..1f5286511a19e2ac4cf7a069e7c6b86dc7b3cb17 100644 (file)
@@ -53,6 +53,7 @@
 #include <ctype.h>
 #include <syslog.h>
 #include <string.h>
+#include <errno.h>
 
 /* v4 include files:
  */