Pārlūkot izejas kodu

get rid of explicit declaration warning by including utils.h in acl.c

Bryan Heden 8 gadi atpakaļ
vecāks
revīzija
bb996e81bd
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/acl.c

+ 3 - 3
src/acl.c

@@ -11,9 +11,8 @@
  * is for domain names. All connecting hosts (if allowed_hosts is defined) 
  * are checked in these two lists.
  *
- * Some notes:
- * 1) IPv6 isn't supported in ACL.
- * 2) Only ANCII names are supported in ACL.
+ * Note:
+ *  Only ANCII names are supported in ACL.
  *
  * License Notice:
  *
@@ -35,6 +34,7 @@
 
 #include "../include/config.h"
 #include "../include/common.h"
+#include "../include/utils.h"
 
 #include <sys/types.h>
 #include <sys/socket.h>