Commit 93764b5b by Mark Kettenis Committed by DJ Delorie

* unlink-if-ordinary.c: Include <sys/types.h>.

From-SVN: r97134
parent 5c55c2e8
2005-03-28 Mark Kettenis <kettenis@gnu.org>
* unlink-if-ordinary.c: Include <sys/types.h>.
2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
Convert libiberty to use ISO C prototype style 7/n.
......
/* 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 <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment