From f26bf1396557e4bc739d6a7703099f75bfe2fb99 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 25 Feb 2019 21:08:46 -0500 Subject: fix warning from -Wall --- src/nonstd/__libc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nonstd/__libc.c') diff --git a/src/nonstd/__libc.c b/src/nonstd/__libc.c index 2d246203..e1d64c6d 100644 --- a/src/nonstd/__libc.c +++ b/src/nonstd/__libc.c @@ -1,3 +1,4 @@ +#include "sys/types.h" #include #include "locale.h" #include "nonstd/locale.h" -- cgit v1.2.1