From 93764b5b0aa887d89262a7f3ae0e4ac80c7e363f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 28 Mar 2005 17:17:02 +0000 Subject: [PATCH] * unlink-if-ordinary.c: Include . From-SVN: r97134 --- libiberty/ChangeLog | 4 ++++ libiberty/unlink-if-ordinary.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 683df3f..569a25f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2005-03-28 Mark Kettenis + + * unlink-if-ordinary.c: Include . + 2005-03-27 Gabriel Dos Reis Convert libiberty to use ISO C prototype style 7/n. diff --git a/libiberty/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index a389ad4..1f21806 100644 --- a/libiberty/unlink-if-ordinary.c +++ b/libiberty/unlink-if-ordinary.c @@ -1,5 +1,5 @@ /* unlink-if-ordinary.c - remove link to a file unless it is special - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the @@ -39,6 +39,8 @@ was made to unlink the file because it is special. #include "config.h" #endif +#include + #ifdef HAVE_UNISTD_H #include #endif -- 2.7.4