+2009-01-17 Bruno Haible <bruno@clisp.org>
+
+ Fix compilation error on HP-UX 11.00, present since 2008-09-24.
+ * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
+
2009-01-17 Bruno Haible <bruno@clisp.org>
Avoid test-fflush2.sh failure on mingw.
/* Open a stream to a file.
- Copyright (C) 2007-2008 Free Software Foundation, Inc.
+ Copyright (C) 2007-2009 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 <fcntl.h>
#include <string.h>
#include <unistd.h>
+#include <sys/types.h>
+#include <sys/stat.h>
FILE *
rpl_fopen (const char *filename, const char *mode)