X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=acl.c;h=2923523db35665bdb323c34e6789cd8d2bc8a47e;hp=e70ab9b350c4bded0395f9676bf3fe7fceef6026;hb=47a9983cc65ef57ad25c4ba3e16cabe48fd57b23;hpb=db3534991b7c1d72f9ceed435ecbcba39660a758 diff --git a/acl.c b/acl.c index e70ab9b3..2923523d 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.