add prototype for unlock_file
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 17:00:22 +0000 (17:00 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 17:00:22 +0000 (17:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@189 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/unlck_file.c

index e1726c021d4e5ef7f2ebf9d1e40fc854768ebf3e..584693db3788f4822a37cbe8075a08b5d4903fbe 100644 (file)
@@ -17,9 +17,12 @@ static char rcsid_unlock_file_c [] =
 
 #include <krb5/copyright.h>
 
+#include <stdio.h>
+
 #include <krb5/config.h>
 #include <krb5/base-defs.h>
 #include <krb5/libos.h>
+#include <krb5/libos-proto.h>
 
 #include <stdio.h>