You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/01/31 07:18:41 UTC

git commit: Build fix for Mac OS X clang-425.0.24

Updated Branches:
  refs/heads/master 529d1bd27 -> f454f2afa


Build fix for Mac OS X clang-425.0.24


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

Branch: refs/heads/master
Commit: f454f2afad94786870034664182310e513d5c5e9
Parents: 529d1bd
Author: James Peach <jp...@apache.org>
Authored: Wed Jan 30 21:40:15 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Wed Jan 30 21:40:15 2013 -0800

----------------------------------------------------------------------
 plugins/experimental/spdy/lib/base/inet.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f454f2af/plugins/experimental/spdy/lib/base/inet.h
----------------------------------------------------------------------
diff --git a/plugins/experimental/spdy/lib/base/inet.h b/plugins/experimental/spdy/lib/base/inet.h
index ee0bb21..86fd3f9 100644
--- a/plugins/experimental/spdy/lib/base/inet.h
+++ b/plugins/experimental/spdy/lib/base/inet.h
@@ -19,6 +19,7 @@
 #ifndef INET_H_9452AE2E_D6D2_4B26_AF98_7550DC033E54
 #define INET_H_9452AE2E_D6D2_4B26_AF98_7550DC033E54
 
+#include <stdlib.h> // abort
 #include <sys/types.h>
 #include <netinet/in.h>