From eaa1c07fa1785dd46fd04ba1cb87362ad6e9aaa3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Sep 2007 21:35:23 +0200 Subject: Accommodate gnulib's renaming: __fpending.h -> fpending.h. * lib/t-fpending.c: Include "fpending.h", not "__fpending.h". --- lib/t-fpending.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/t-fpending.c') diff --git a/lib/t-fpending.c b/lib/t-fpending.c index c1f63f673..d39878d3e 100644 --- a/lib/t-fpending.c +++ b/lib/t-fpending.c @@ -1,6 +1,6 @@ /* Ensure that __fpending works. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ #include #include -#include "__fpending.h" +#include "fpending.h" int main () -- cgit v1.2.3-70-g09d2