OSDN Git Service

2004-05-22 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 2004 17:08:02 +0000 (17:08 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 2004 17:08:02 +0000 (17:08 +0000)
* testsuite/abi_check.cc: Add unistd.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82137 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/abi_check.cc

index a92e408..c2504f9 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-22  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/abi_check.cc: Add unistd.h.
+
 2004-05-22  Paolo Carlini  <pcarlini@suse.de>
 
        PR libstdc++/15565
 2004-05-22  Paolo Carlini  <pcarlini@suse.de>
 
        PR libstdc++/15565
index 18c8b7b..e0991e7 100644 (file)
@@ -33,6 +33,7 @@
  
 #include "testsuite_abi.h"
 #include <iostream>
  
 #include "testsuite_abi.h"
 #include <iostream>
+#include <unistd.h>    // for access(2)
 
 int
 main(int argc, char** argv)
 
 int
 main(int argc, char** argv)