]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.c
New MySQL CNID backend
[netatalk.git] / etc / cnid_dbd / comm.c
index 65ed8604ee827f73293f3815fa6ccf7314c8a7b9..28fab0e47b7a79d9b6315fc1e17e7063c0b09083 100644 (file)
@@ -9,6 +9,8 @@
 #include "config.h"
 #endif
 
+#include <atalk/standards.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -18,7 +20,6 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/uio.h>
-#define _XPG4_2 1
 #include <sys/socket.h>
 #include <sys/select.h>
 #include <assert.h>
@@ -26,7 +27,8 @@
 
 #include <atalk/logger.h>
 #include <atalk/util.h>
-#include <atalk/cnid_dbd_private.h>
+#include <atalk/cnid_bdb_private.h>
+#include <atalk/compat.h>
 
 #include "db_param.h"
 #include "usockfd.h"