public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Michael Zimmermann <sigmaepsilon92@gmail.com>
To: newlib@sourceware.org
Subject: [PATCH] use quotation marks for including local.h
Date: Sat, 29 Apr 2017 19:03:00 -0000	[thread overview]
Message-ID: <CAN9vWDJC8esYmMS_AJW1=4KnY8n3C8Pajn5dT1qVK5M6j45Tuw@mail.gmail.com> (raw)

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,

                 reply	other threads:[~2017-04-29 19:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN9vWDJC8esYmMS_AJW1=4KnY8n3C8Pajn5dT1qVK5M6j45Tuw@mail.gmail.com' \
    --to=sigmaepsilon92@gmail.com \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).