summaryrefslogtreecommitdiff
path: root/src/err.cpp
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-03-11 20:33:27 +0100
committerMartin Lucina <mato@kotelna.sk>2010-03-11 20:33:27 +0100
commit27e2d08449ea52649e2e42b263f76fbd5d8382c5 (patch)
tree470feaca5d3b14366b1246f6cec8b336f2f71453 /src/err.cpp
parent90944759b66771bbe399922eecedc5095fa2a509 (diff)
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
Diffstat (limited to 'src/err.cpp')
-rw-r--r--src/err.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/err.cpp b/src/err.cpp
index 0ff6335..17a9689 100644
--- a/src/err.cpp
+++ b/src/err.cpp
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../bindings/c/zmq.h"
+#include "../include/zmq.h"
#include "err.hpp"
#include "platform.hpp"