summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-29 16:52:24 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-29 16:52:24 +0000
commitbb90e09aa6fed0c5648733fbd1591396b00232a8 (patch)
treec0fc337577a40b906849770458d98d7541b30d0d /src
parent814d9b4fab72932da91acb2ee70c7723d2f2e316 (diff)
add #includes for prototypes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@188 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/os/lock_file.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/krb5/os/lock_file.c b/src/lib/krb5/os/lock_file.c
index 4e480c269..2ec4e2d6e 100644
--- a/src/lib/krb5/os/lock_file.c
+++ b/src/lib/krb5/os/lock_file.c
@@ -24,6 +24,9 @@ static char rcsid_lock_file_c [] =
#include <stdio.h>
#include <sys/file.h>
+#include <sys/types.h>
+#include <krb5/ext-proto.h>
+
extern int errno;
krb5_error_code