This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
sockread: add missing header
Needed for memset, memcpy, and strerror. Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
3 years ago
parent
31a8112c51
commit
c61bad460e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/sockread/Makefile
+1
-1
utils/sockread/src/main.c
+ 1
- 1
utils/sockread/Makefile
View File
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
sockread
PKG_VERSION
:=
1.0
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_LICENSE
:=
CC0-1.0
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 1
- 1
utils/sockread/src/main.c
View File
@ -1,4 +1,4 @@
#
include
<string.h>
#
include
<stdio.h>
#
include
<stdlib.h>
#
include
<errno.h>
Write
Preview
Loading…
Cancel
Save