add #includes for prototypes
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 16:52:24 +0000 (16:52 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 16:52:24 +0000 (16:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@188 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/lock_file.c

index 4e480c2690e45e8a9651f004efacd4647c6d4b4d..2ec4e2d6e482db92ba2e20cd49b0a5b514b37d8f 100644 (file)
@@ -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