# HG changeset patch # User Bruno Haible # Date 1232208762 -3600 # Node ID f33575c28e6c117ca59be366bea2c32a04706247 # Parent bb4a06b3e8fb8173538189a99253479411327ef7 Fix compilation error on HP-UX 11.00. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-17 Bruno Haible + + Fix compilation error on HP-UX 11.00, present since 2008-09-24. + * lib/fopen.c: Include and . + 2009-01-17 Bruno Haible Avoid test-fflush2.sh failure on mingw. diff --git a/lib/fopen.c b/lib/fopen.c --- a/lib/fopen.c +++ b/lib/fopen.c @@ -1,5 +1,5 @@ /* 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 @@ -36,6 +36,8 @@ #include #include #include +#include +#include FILE * rpl_fopen (const char *filename, const char *mode)