From 8647f020c35bd91904cb67d65168c5b5f2521098 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 1 Sep 2018 15:57:03 +0200 Subject: m + strdup and strndup: use aligned_alloc(1, n) instead of malloc(n) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/unistd/searchpath3.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unistd') diff --git a/src/unistd/searchpath3.c b/src/unistd/searchpath3.c index 19ee3ee..6f018c7 100644 --- a/src/unistd/searchpath3.c +++ b/src/unistd/searchpath3.c @@ -15,6 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#include #include #include #include -- cgit v1.2.3-70-g09d2