mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
// -*- C++ -*- forwarding header.
|
||
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
||
|
#ifndef __IOMANIP__
|
||
|
#define __IOMANIP__
|
||
|
#include <iomanip.h>
|
||
|
#endif
|