at 18.09-beta 706 B view raw
1From b20272f5a966333b49fdf2bda797e2a9f0227404 Mon Sep 17 00:00:00 2001 2From: Guillem Jover <guillem@hadrons.org> 3Date: Tue, 6 Mar 2018 01:42:52 +0100 4Subject: Remove <features.h> inclusion from <bsd/libutil.h> 5 6This is a non-portable header, and we should not assume it is present. 7Let the first system header pull it in if needed. 8--- 9 include/bsd/libutil.h | 1 - 10 1 file changed, 1 deletion(-) 11 12diff --git a/include/bsd/libutil.h b/include/bsd/libutil.h 13index ccca29a..e5f148a 100644 14--- a/include/bsd/libutil.h 15+++ b/include/bsd/libutil.h 16@@ -39,7 +39,6 @@ 17 #ifndef LIBBSD_LIBUTIL_H 18 #define LIBBSD_LIBUTIL_H 19 20-#include <features.h> 21 #ifdef LIBBSD_OVERLAY 22 #include <sys/cdefs.h> 23 #else 24-- 25cgit v1.1 26