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