mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-20 19:00:20 +08:00
sockread: add missing header
Needed for memset, memcpy, and strerror. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
65d8822884
commit
6961e66e40
@ -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
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user