]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.c
Add compat header, from Brad Smith
[netatalk.git] / etc / cnid_dbd / comm.c
index 0a56be91087f79133e175591a44f908fad25e2f3..6df044624662f0e678cf079b78f5c196cc5b7481 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>
@@ -27,6 +28,7 @@
 #include <atalk/logger.h>
 #include <atalk/util.h>
 #include <atalk/cnid_dbd_private.h>
+#include <atalk/compat.h>
 
 #include "db_param.h"
 #include "usockfd.h"