mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
8 lines
152 B
Text
8 lines
152 B
Text
|
|
// -*- C++ -*- forwarding header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __CASSERT__
|
||
|
|
#define __CASSERT__
|
||
|
|
#include <assert.h>
|
||
|
|
#endif
|