public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] use quotation marks for including local.h
@ 2017-04-29 19:03 Michael Zimmermann
  0 siblings, 0 replies; only message in thread
From: Michael Zimmermann @ 2017-04-29 19:03 UTC (permalink / raw)
  To: newlib

this fixes problems with environments where all source directories
are automatically being added to the include path.

Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>

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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-29 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-29 19:03 [PATCH] use quotation marks for including local.h Michael Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).