Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
e3e7efed
Commit
e3e7efed
authored
Sep 20, 2013
by
AJ Lewis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -I flags"
This reverts commit
015d9564
.
parent
015d9564
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
inproc_lat.cpp
perf/inproc_lat.cpp
+1
-2
inproc_thr.cpp
perf/inproc_thr.cpp
+1
-2
testutil.hpp
tests/testutil.hpp
+1
-2
No files found.
perf/inproc_lat.cpp
View file @
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>
...
...
perf/inproc_thr.cpp
View file @
e3e7efed
...
...
@@ -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>
...
...
tests/testutil.hpp
View file @
e3e7efed
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment