diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-04 09:26:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-04 09:26:31 +0000 |
commit | db59b28bdd429d57d82c0c39ed1eab00ce0a9da3 (patch) | |
tree | 90a58466d890174c74ca29078b6b18c1f72f2eb9 /nptl/tst-cancel24.cc | |
parent | b268486e602b42929fc4eed8ec2188e6686a02f1 (diff) | |
download | glibc-db59b28bdd429d57d82c0c39ed1eab00ce0a9da3.tar.gz glibc-db59b28bdd429d57d82c0c39ed1eab00ce0a9da3.tar.xz glibc-db59b28bdd429d57d82c0c39ed1eab00ce0a9da3.zip |
* include/stdlib.h: Make even more C++ compliant.
Diffstat (limited to 'nptl/tst-cancel24.cc')
-rw-r--r-- | nptl/tst-cancel24.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-cancel24.cc b/nptl/tst-cancel24.cc index 52cf079d5a..1af709a8ca 100644 --- a/nptl/tst-cancel24.cc +++ b/nptl/tst-cancel24.cc @@ -1,7 +1,7 @@ -#include <cstdlib> -#include <cstdio> #include <pthread.h> #include <semaphore.h> +#include <stdlib.h> +#include <stdio.h> #include <unistd.h> |