projects
/
oweals
/
ustream-ssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ca615
)
polarssl: add mising string include
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 9 Jun 2015 16:50:08 +0000
(18:50 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 9 Jun 2015 16:52:31 +0000
(18:52 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
ustream-polarssl.c
patch
|
blob
|
history
diff --git
a/ustream-polarssl.c
b/ustream-polarssl.c
index 615ac2d88bff5ce09b5dbe00eb6815ed949dfc42..d334f15643970263a6bc79738871f18dc1df774a 100644
(file)
--- a/
ustream-polarssl.c
+++ b/
ustream-polarssl.c
@@
-20,6
+20,7
@@
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include "ustream-ssl.h"
#include "ustream-internal.h"