mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
7 lines
141 B
Text
7 lines
141 B
Text
|
|
// -*- C++ -*- forwarding header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __EXCEPTION__
|
||
|
|
#include <std/exception.h>
|
||
|
|
#endif
|