changeset 3185:2cc18e750722

Sync from GNU libc. Use double quotes, not <...> around included file name.
author Jim Meyering <jim@meyering.net>
date Sat, 17 Feb 2001 16:56:20 +0000
parents dc83d2469270
children da5eb1ac1c18
files lib/strtoul.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strtoul.c
+++ b/lib/strtoul.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1999, 2001 Free Software Foundation, Inc.
 
 NOTE: The canonical source of this file is maintained with the GNU C Library.
 Bugs can be reported to bug-glibc@prep.ai.mit.edu.
@@ -19,4 +19,4 @@
 
 #define UNSIGNED	1
 
-#include <strtol.c>
+#include "strtol.c"