This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] use quotation marks for including local.h


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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]