X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bin%2Fad%2Fad.h;h=b0e8efba4a0d3aca3907eb31e23e525a4f315469;hb=3db065fc676b105a36f668df45a5d17d83aebb9b;hp=9f8fd4b5ae0dcb3692751d6d480cf71ca0fc17a0;hpb=dd14ee0c14fe7a965ec8db07c0d3e8bb0aa49613;p=netatalk.git diff --git a/bin/ad/ad.h b/bin/ad/ad.h index 9f8fd4b5..b0e8efba 100644 --- a/bin/ad/ad.h +++ b/bin/ad/ad.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2009 Frank Lahm + Copyright (c) 2009,2011 Frank Lahm This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,15 +15,17 @@ #ifndef AD_H #define AD_H -#define _XOPEN_SOURCE 600 +#include #include #include #include +#include #include #include #include +#include #define DIR_DOT_OR_DOTDOT(a) \ ((strcmp(a, ".") == 0) || (strcmp(a, "..") == 0))