From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60658 invoked by alias); 29 Apr 2017 19:03:58 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 59250 invoked by uid 89); 29 Apr 2017 19:03:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=H*RU:209.85.213.65, Hx-spam-relays-external:209.85.213.65 X-HELO: mail-vk0-f65.google.com Received: from mail-vk0-f65.google.com (HELO mail-vk0-f65.google.com) (209.85.213.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Apr 2017 19:03:56 +0000 Received: by mail-vk0-f65.google.com with SMTP id q78so6445759vke.3 for ; Sat, 29 Apr 2017 12:03:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=YTSxX+WHPMf39bE/D1GgHzH/E9+Mrsf/0RGIcV5+dRI=; b=VE+jmoVPLia0RyO0R5ovAVUEUwmSQ5hPMHhA3/xIrPhQtB3MjZu7QG6scxQscCRyfH JK1/sdGa++0eR8H9yu2AuaEcIT5MCwvVVX5qf+ZzVtdanVVz3ZQLo7w6Xjn3+IAw1n1y IY/zd6KavL+4aSjoPmdKfS3RgwMzomnMpG+WzXAukTj2mWpFQxqYY7bW5kQJfATp/HE2 vJbvycVjQQGwqgRMVzGZrrAwPziPw8PhlNlocJOKWNNU+aT1V9kRAygydt3h47i4K7bz 3Hxp60AjmQNqUoenL9Wg3e3Sudfpac3t6v5VydA9C8BR7EOPmE9IW1/CV0bQfxWYAFyg VNPg== X-Gm-Message-State: AN3rC/5M9swv/3uPR7l5AZzj0LevGuNNOFtZgwcqON3w/+o+GaxeXV2X 359Pi9XflvQroW0Wy14XdXqR86ZNDWd+j4s= X-Received: by 10.31.16.3 with SMTP id g3mr8393642vki.85.1493492637198; Sat, 29 Apr 2017 12:03:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.9.140 with HTTP; Sat, 29 Apr 2017 12:03:56 -0700 (PDT) From: Michael Zimmermann Date: Sat, 29 Apr 2017 19:03:00 -0000 Message-ID: Subject: [PATCH] use quotation marks for including local.h To: newlib@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017/txt/msg00322.txt.bz2 this fixes problems with environments where all source directories are automatically being added to the include path. Signed-off-by: Michael Zimmermann 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 -#include +#include "local.h" /* Shared timezone information for libc/time functions. */ static __tzinfo_type tzinfo = {1, 0,