diff options
Diffstat (limited to 'libg++/libstdc++/ctime')
-rw-r--r-- | libg++/libstdc++/ctime | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libg++/libstdc++/ctime b/libg++/libstdc++/ctime new file mode 100644 index 0000000..8b68715 --- /dev/null +++ b/libg++/libstdc++/ctime @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CTIME__ +#include <std/ctime.h> +#endif |