mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #10656 from neheb/lcd
lcd4linux: Add limits header for PATH_MAX
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lcd4linux
|
PKG_NAME:=lcd4linux
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
--- a/plugin_i2c_sensors.c
|
||||||
|
+++ b/plugin_i2c_sensors.c
|
||||||
|
@@ -68,6 +68,7 @@
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <dirent.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
|
||||||
|
#include "debug.h"
|
||||||
|
#include "plugin.h"
|
||||||
Reference in New Issue
Block a user