Add include config.h for POSIX_FILE_LOCKS
authorTheodore Tso <tytso@mit.edu>
Mon, 24 Oct 1994 20:36:43 +0000 (20:36 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 24 Oct 1994 20:36:43 +0000 (20:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4570 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/kdb_dbm.c

index 383d6d1b66976cba320fd9445f1bd788ca4761d1..ab836e41fb4050c97dda787bac8b00543d16a792 100644 (file)
@@ -36,8 +36,9 @@
 #include <errno.h>
 #include <sys/types.h>
 #include <utime.h>
+#include <krb5/config.h>
 
-#if defined (POSIX_FILE_LOCKS) && !defined(unicos61)
+#ifdef POSIX_FILE_LOCKS
 #include <fcntl.h>
 #endif