mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
12 lines
236 B
Diff
12 lines
236 B
Diff
diff --git a/ssl.c b/ssl.c
|
|
index 0d19539..ee5f300 100644
|
|
--- a/ssl.c
|
|
+++ b/ssl.c
|
|
@@ -11,6 +11,7 @@
|
|
#include <ctype.h>
|
|
#include <sys/time.h>
|
|
#include <sys/stat.h>
|
|
+#include <alloca.h>
|
|
#include "dirfd.h"
|
|
|
|
static int library_inited;
|