mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
d2a80e12f2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@208 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
144 B
C++
8 lines
144 B
C++
// The -*- C++ -*- time header.
|
|
// This file is part of the GNU ANSI C++ Library.
|
|
|
|
#ifndef __CTIME__
|
|
#define __CTIME__
|
|
#include <time.h>
|
|
#endif
|