diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-21 19:54:01 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-21 19:54:01 +0000 |
commit | c3d22aafe2ea6e541c10236456731e16d71e05f5 (patch) | |
tree | 572d0ae3c24e3be1bc0c147e731c9efac7d01182 /libstdc++-v3/src/atomic.cc | |
parent | 89c21b2fa07ccaeefcd9f13f1b0674f7881b79c4 (diff) | |
download | gcc-c3d22aafe2ea6e541c10236456731e16d71e05f5.tar.gz |
2008-04-21 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r134525
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@134526 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/src/atomic.cc')
-rw-r--r-- | libstdc++-v3/src/atomic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/src/atomic.cc b/libstdc++-v3/src/atomic.cc index e43733332db..e09a9d201b1 100644 --- a/libstdc++-v3/src/atomic.cc +++ b/libstdc++-v3/src/atomic.cc @@ -28,7 +28,7 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -#include <stdint.h> +#include "gstdint.h" #include <cstdatomic> #define LOGSIZE 4 |