0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 17:58:01 +08:00

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

This reverts commit 1e8e4d79c885b27831e2196d94987cc2817e0f04.
This commit is contained in:
AJ Lewis 2013-09-20 14:39:01 -05:00
parent 1e8e4d79c8
commit 77f394a681
3 changed files with 3 additions and 6 deletions

View File

@ -24,8 +24,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */ #include "platform.hpp"
#include "../src/platform.hpp"
#if defined ZMQ_HAVE_WINDOWS #if defined ZMQ_HAVE_WINDOWS
#include <windows.h> #include <windows.h>

View File

@ -26,8 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */ #include "platform.hpp"
#include "../src/platform.hpp"
#if defined ZMQ_HAVE_WINDOWS #if defined ZMQ_HAVE_WINDOWS
#include <windows.h> #include <windows.h>

View File

@ -22,8 +22,7 @@
#include "../include/zmq.h" #include "../include/zmq.h"
#include "../include/zmq_utils.h" #include "../include/zmq_utils.h"
/* Just specifying platform.hpp and relying on -I flags doesn't work on AIX */ #include "platform.hpp"
#include "../src/platform.hpp"
#undef NDEBUG #undef NDEBUG
#include <time.h> #include <time.h>