You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_rpaf/files/012_Add-missing-header-for-...

18 lines
326 B

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"