mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Restructure language bindings
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef __ZMQ_SUB_HPP_INCLUDED__
|
||||
#define __ZMQ_SUB_HPP_INCLUDED__
|
||||
|
||||
#include "../bindings/c/zmq.h"
|
||||
#include "../include/zmq.h"
|
||||
|
||||
#include "prefix_tree.hpp"
|
||||
#include "socket_base.hpp"
|
||||
|
||||
Reference in New Issue
Block a user