aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_std/std_cstdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/c_std/std_cstdlib.h')
-rw-r--r--libstdc++-v3/include/c_std/std_cstdlib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/include/c_std/std_cstdlib.h b/libstdc++-v3/include/c_std/std_cstdlib.h
index 4ff4904e588..70fc8d3452e 100644
--- a/libstdc++-v3/include/c_std/std_cstdlib.h
+++ b/libstdc++-v3/include/c_std/std_cstdlib.h
@@ -1,6 +1,7 @@
// -*- C++ -*- forwarding header.
-// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -43,10 +44,11 @@
#ifndef _CPP_CSTDLIB
#define _CPP_CSTDLIB 1
+#pragma GCC system_header
+
#include <bits/c++config.h>
#include <cstddef>
-#pragma GCC system_header
#include <stdlib.h>
// Get rid of those macros defined in <stdlib.h> in lieu of real functions.