diff options
Diffstat (limited to 'boost/system/linux_error.hpp')
-rw-r--r-- | boost/system/linux_error.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/system/linux_error.hpp b/boost/system/linux_error.hpp index 0eb22bf25a..0873a7cd92 100644 --- a/boost/system/linux_error.hpp +++ b/boost/system/linux_error.hpp @@ -7,8 +7,8 @@ // See library home page at http://www.boost.org/libs/system -#ifndef BOOST_LINUX_ERROR_HPP -#define BOOST_LINUX_ERROR_HPP +#ifndef BOOST_SYSTEM_LINUX_ERROR_HPP +#define BOOST_SYSTEM_LINUX_ERROR_HPP // This header is effectively empty for compiles on operating systems where // it is not applicable. @@ -107,4 +107,4 @@ namespace boost #endif // Linux -#endif // BOOST_LINUX_ERROR_HPP +#endif // BOOST_SYSTEM_LINUX_ERROR_HPP |