diff options
Diffstat (limited to 'src/config.hpp')
-rw-r--r-- | src/config.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.hpp b/src/config.hpp index a0569ea..88b93d7 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -17,10 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __ZS_CONFIG_HPP_INCLUDED__ -#define __ZS_CONFIG_HPP_INCLUDED__ +#ifndef __ZMQ_CONFIG_HPP_INCLUDED__ +#define __ZMQ_CONFIG_HPP_INCLUDED__ -namespace zs +namespace zmq { // Compile-time settings. |