Commit 59f1fbc9 authored by Richard Newton's avatar Richard Newton

Merge pull request #677 from vortechs2000/fix_aix

Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -I flags"
parents aa2aab17 e3e7efed
......@@ -24,8 +24,7 @@
#include <stdlib.h>
#include <string.h>
/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>
......
......@@ -26,8 +26,7 @@
#include <stdlib.h>
#include <string.h>
/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#include "platform.hpp"
#if defined ZMQ_HAVE_WINDOWS
#include <windows.h>
......
......@@ -22,8 +22,7 @@
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#include "platform.hpp"
#undef NDEBUG
#include <time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment