X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fauth.c;h=68157c74aa045a014a565c64847e60ea6e83e802;hp=aa0fe873b572fd45d94c747c9cabf7ef3d13fc46;hb=40c614d84ae5bf7c1808a30a2ccac8db12228519;hpb=4b0e8de531c0eb79598e4a080713ece90da597e4 diff --git a/etc/afpd/auth.c b/etc/afpd/auth.c index aa0fe873..68157c74 100644 --- a/etc/afpd/auth.c +++ b/etc/afpd/auth.c @@ -39,6 +39,7 @@ extern void afp_get_cmdline( int *ac, char ***av ); #include #include #include +#include #include "auth.h" #include "uam_auth.h" @@ -46,7 +47,6 @@ extern void afp_get_cmdline( int *ac, char ***av ); #include "status.h" #include "fork.h" #include "extattrs.h" -#include "spotlight.h" #ifdef HAVE_ACLS #include "acls.h" #endif