]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/locking.c
Fix incompatible func args warnings
[netatalk.git] / libatalk / util / locking.c
index 7fdb5d8106b124e3907f1887acc86ac595c265e1..b7ffd7663bc6f5f3343209404b40d1c703ba1a4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   $Id: locking.c,v 1.2 2009-10-14 01:38:29 didg Exp $
+   $Id: locking.c,v 1.3 2009-10-22 12:35:39 franklahm Exp $
    Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
    GNU General Public License for more details.
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <unistd.h>
 #include <fcntl.h>
 #include <atalk/util.h>