]> gcc.gnu.org Git - gcc.git/commitdiff
abi_check.cc: Add unistd.h.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 22 May 2004 17:08:02 +0000 (17:08 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 22 May 2004 17:08:02 +0000 (17:08 +0000)
2004-05-22  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/abi_check.cc: Add unistd.h.

From-SVN: r82137

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

index a92e4082dad4772c93e23f8a91887895a23abdc4..c2504f9ad36cf4949f4a0145d7e10065f7a79693 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
index 18c8b7be9b6e51c075c0a44b90ff1feb5fec09b2..e0991e7a4da3d541d6226420c2565bb80e2a5c08 100644 (file)
@@ -33,6 +33,7 @@
  
 #include "testsuite_abi.h"
 #include <iostream>
+#include <unistd.h>    // for access(2)
 
 int
 main(int argc, char** argv)
This page took 0.079562 seconds and 5 git commands to generate.