X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fcnid_dbd%2Fcomm.c;h=6df044624662f0e678cf079b78f5c196cc5b7481;hb=ec37b011ee5d5626efa04655f6900bfd204cd837;hp=083d27a7d8022129c9c8f8ffb4f22571e5ce8842;hpb=bee44bcbf6b614d7e737602f27a41d041d8efee7;p=netatalk.git diff --git a/etc/cnid_dbd/comm.c b/etc/cnid_dbd/comm.c index 083d27a7..6df04462 100644 --- a/etc/cnid_dbd/comm.c +++ b/etc/cnid_dbd/comm.c @@ -9,15 +9,7 @@ #include "config.h" #endif -#ifndef _XOPEN_SOURCE -# define _XOPEN_SOURCE 600 -#endif -#ifndef __EXTENSIONS__ -# define __EXTENSIONS__ -#endif -#ifndef _GNU_SOURCE -# define _GNU_SOURCE -#endif +#include #include #include @@ -36,6 +28,7 @@ #include #include #include +#include #include "db_param.h" #include "usockfd.h"