changeset 12821:25e5866618c7

ignore-value: update recommended header name * modules/ignore-value (Include): Only use <> for headers that exist in glibc. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Mon, 25 Jan 2010 15:42:55 -0700
parents c26a1084fbae
children 442a82a053da
files ChangeLog modules/ignore-value
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-26  Eric Blake  <ebb9@byu.net>
+
+	ignore-value: update recommended header name
+	* modules/ignore-value (Include): Only use <> for headers that
+	exist in glibc.
+
 2010-01-26  Jim Meyering  <meyering@redhat.com>
 
 	test-userspec.c: avoid compiler warnings
--- a/modules/ignore-value
+++ b/modules/ignore-value
@@ -13,7 +13,7 @@
 lib_SOURCES += ignore-value.h
 
 Include:
-<ignore-value.h>
+"ignore-value.h"
 
 License:
 LGPLv2+