summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-12-13 14:44:21 -0600
committerTimo Teräs <timo.teras@iki.fi>2021-12-14 20:59:36 +0200
commit676c0a40a66e3488c803fe7ddbfb50a33a52fb21 (patch)
treeccde53af0e688dbcec306fdd8d9cf8284b57a57a
parent89a4039285784550d9a4a15c1fdc1ac2b9d338f2 (diff)
downloadapk-tools-676c0a40a66e3488c803fe7ddbfb50a33a52fb21.tar.gz
apk-tools-676c0a40a66e3488c803fe7ddbfb50a33a52fb21.tar.bz2
apk-tools-676c0a40a66e3488c803fe7ddbfb50a33a52fb21.tar.xz
apk-tools-676c0a40a66e3488c803fe7ddbfb50a33a52fb21.zip
lua: remove features.h
features.h is a GNU-specific header, and is not required for POSIX-compatible code macOS does not provide features.h ref #10794
-rw-r--r--src/lua-apk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua-apk.c b/src/lua-apk.c
index f653163..7956c0d 100644
--- a/src/lua-apk.c
+++ b/src/lua-apk.c
@@ -7,7 +7,6 @@
* SPDX-License-Identifier: GPL-2.0-only
*/
-#include <features.h>
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>