Updated Branches:
  refs/heads/master 7c2867454 -> f19a13b43

TS-1356: Fix the build for missing hwloc.h


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f19a13b4
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f19a13b4
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f19a13b4

Branch: refs/heads/master
Commit: f19a13b436510713bc6369e966986def468fd783
Parents: 7c28674
Author: James Peach <[email protected]>
Authored: Fri Aug 17 22:03:40 2012 -0700
Committer: James Peach <[email protected]>
Committed: Fri Aug 17 22:03:40 2012 -0700

----------------------------------------------------------------------
 iocore/eventsystem/UnixEventProcessor.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f19a13b4/iocore/eventsystem/UnixEventProcessor.cc
----------------------------------------------------------------------
diff --git a/iocore/eventsystem/UnixEventProcessor.cc 
b/iocore/eventsystem/UnixEventProcessor.cc
index 7030d15..2ed4200 100644
--- a/iocore/eventsystem/UnixEventProcessor.cc
+++ b/iocore/eventsystem/UnixEventProcessor.cc
@@ -23,7 +23,9 @@
 
 #include "P_EventSystem.h"      /* MAGIC_EDITING_TAG */
 #include <sched.h>
+#if TS_USE_HWLOC
 #include <hwloc.h>
+#endif
 #include "ink_defs.h"
 
 EventType

Reply via email to