Skip to content

Commit cd205b9

Browse files
committed
include apr_strings.h to avoid SEGV
1 parent 07d5488 commit cd205b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mod_amazon_proxy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <openssl/hmac.h>
2121

22+
#include "apr_strings.h"
2223
#include "httpd.h"
2324
#include "http_config.h"
2425
#include "http_protocol.h"

0 commit comments

Comments
 (0)