* src/ios.cc [_GLIBCPP_HAVE_UNISTD_H]: Include unistd.h.
From-SVN: r59141
This commit is contained in:
parent
a36fc5f81d
commit
423b950b13
@ -1,3 +1,7 @@
|
||||
2002-11-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* src/ios.cc [_GLIBCPP_HAVE_UNISTD_H]: Include unistd.h.
|
||||
|
||||
2002-11-15 Paolo Carlini <pcarlini@unitus.it>
|
||||
Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
|
@ -38,6 +38,9 @@
|
||||
#include <fstream>
|
||||
#include <bits/atomicity.h>
|
||||
#include <ext/stdio_filebuf.h>
|
||||
#ifdef _GLIBCPP_HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace __gnu_cxx
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user