diff options
Diffstat (limited to 'security/openscep/files/patch-lib_http.c')
-rw-r--r-- | security/openscep/files/patch-lib_http.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openscep/files/patch-lib_http.c b/security/openscep/files/patch-lib_http.c new file mode 100644 index 000000000000..57cd8f999c36 --- /dev/null +++ b/security/openscep/files/patch-lib_http.c @@ -0,0 +1,10 @@ +--- lib/http.c.orig Thu May 19 16:37:26 2005 ++++ lib/http.c Thu May 19 16:38:42 2005 +@@ -19,6 +19,7 @@ + #include <string.h> + #include <openssl/err.h> + #include <arpa/inet.h> ++#include <netinet/in.h> + + /* + * parse the url given in the second argument and fill in the h member |