File: 012_Add-missing-header-for-inet_addr.patch

package info (click to toggle)
libapache2-mod-rpaf 0.6-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 228 kB
  • ctags: 131
  • sloc: ansic: 312; perl: 122; makefile: 52; sh: 19
file content (17 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
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"