mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
7 lines
160 B
C++
7 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
|