0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-13 17:27:57 +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 <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>

View File

@ -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>

View File

@ -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>