X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=acl.c;h=e1415050e6e47a1397689bbcbcdc341693834e71;hb=c5056b00502d27e602cfcd716f92e5f85f97b470;hp=e70ab9b350c4bded0395f9676bf3fe7fceef6026;hpb=41bf9b01ed2193a5fe368e40b8b1f16b5c4b5495;p=paraslash.git diff --git a/acl.c b/acl.c index e70ab9b3..e1415050 100644 --- a/acl.c +++ b/acl.c @@ -1,18 +1,24 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file acl.c Access control lists for paraslash senders. */ +#include +#include #include +#include +#include +#include #include "para.h" #include "error.h" #include "string.h" #include "list.h" #include "net.h" +#include "acl.h" /** * Describes one entry in the blacklist/whitelist of a paraslash sender.