lyx_mirror/src/cheaders/clocale
Jean-Marc Lasgouttes d2a80e12f2 Re-add cname header files, with additional <clocale>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@208 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 14:10:51 +00:00

8 lines
160 B
C++

// The -*- C++ -*- locale support header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CLOCALE__
#define __CLOCALE__
#include <locale.h>
#endif