Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-13 13:43:42 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-19 02:40:57 +0300
commit56c65fb8d9c470c3a0a2ea43d353f3e961d0161e (patch)
tree24d645865910e4a15e7a3803511971b4159dd511 /newlib/libc/time
parentac9f8c46b1bc37df1a4209d9bff6e911f7d6b281 (diff)
newlib: posix: use local includes for local headers
These headers aren't installed, so use "" includes instead of <> so we don't search system header paths. This matches the style used elsewhere in the tree for these local headers, and makes it work w/out explicit -I flags (as needed with non-recursive make).
Diffstat (limited to 'newlib/libc/time')
-rw-r--r--newlib/libc/time/gettzinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/time/gettzinfo.c b/newlib/libc/time/gettzinfo.c
index 54c9bc2f0..c28e72f0a 100644
--- a/newlib/libc/time/gettzinfo.c
+++ b/newlib/libc/time/gettzinfo.c
@@ -1,5 +1,5 @@
#include <sys/types.h>
-#include <local.h>
+#include "local.h"
/* Shared timezone information for libc/time functions. */
static __tzinfo_type tzinfo = {1, 0,