1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Description: Add missing header for inet_addr Author: Sergey B Kirpichev <skirpichev@gmail.com> --- mod_rpaf-2.0.c | 1 + 1 file changed, 1 insertion(+) --- a/mod_rpaf-2.0.c +++ b/mod_rpaf-2.0.c @@ -64,6 +64,7 @@ * */ +#include <arpa/inet.h> #include "httpd.h" #include "http_config.h" #include "http_core.h"