]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/dbd_dbcheck.c
New MySQL CNID backend
[netatalk.git] / etc / cnid_dbd / dbd_dbcheck.c
index 3ea137e463dea4ff23aa12a50ae404966062a162..27f9021eeffc45e8075183d96680c5332d145820 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: dbd_dbcheck.c,v 1.4 2009-05-06 11:54:24 franklahm Exp $
  *
  * Copyright (C) Joerg Lenneis 2003
  * All Rights Reserved.  See COPYING.
@@ -9,14 +8,14 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-
 #include <stdio.h>
 #include <string.h>
 #include <sys/param.h>
 #include <errno.h>
-#include <netatalk/endian.h>
+#include <arpa/inet.h>
+
 #include <atalk/logger.h>
-#include <atalk/cnid_dbd_private.h>
+#include <atalk/cnid_bdb_private.h>
 
 #include "pack.h"
 #include "dbif.h"