Commit 015d9564 authored by AJ Lewis's avatar AJ Lewis

Reference platform.h by ../src/platform.h - AIX is ignoring -I flags

parent 1a9ea3e2
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "platform.hpp" /* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#if defined ZMQ_HAVE_WINDOWS #if defined ZMQ_HAVE_WINDOWS
#include <windows.h> #include <windows.h>
......
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "platform.hpp" /* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#if defined ZMQ_HAVE_WINDOWS #if defined ZMQ_HAVE_WINDOWS
#include <windows.h> #include <windows.h>
......
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
#include "../include/zmq.h" #include "../include/zmq.h"
#include "../include/zmq_utils.h" #include "../include/zmq_utils.h"
#include "platform.hpp" /* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */
#include "../src/platform.hpp"
#undef NDEBUG #undef NDEBUG
#include <time.h> #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