* lib/openat-die.c: Include "openat.h".
Reported by Reuben Thomas <rrt@sc3d.org>.
+2008-10-16 Jim Meyering <meyering@redhat.com>
+
+ openat-die.c: avoid 'no previous prototype' warning
+ * lib/openat-die.c: Include "openat.h".
+ Reported by Reuben Thomas <rrt@sc3d.org>.
+
2008-10-16 Simon Josefsson <simon@josefsson.org>
* m4/netdb_h.m4: Assume that if netdb.h exists, it works.
/* Report a save- or restore-cwd failure in our openat replacement and then exit.
- Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2008 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
#include <config.h>
+#include "openat.h"
+
#include <stdlib.h>
#include "error.h"