You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2014/09/25 06:09:38 UTC

git commit: Build error fix for ink_config.h funkiness.

Repository: trafficserver
Updated Branches:
  refs/heads/master 0a9a63260 -> 133653bbf


Build error fix for ink_config.h funkiness.


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

Branch: refs/heads/master
Commit: 133653bbfb2e45f71bc9656f803dd9398735ad9b
Parents: 0a9a632
Author: Alan M. Carroll <am...@apache.org>
Authored: Wed Sep 24 23:09:21 2014 -0500
Committer: Alan M. Carroll <am...@apache.org>
Committed: Wed Sep 24 23:09:21 2014 -0500

----------------------------------------------------------------------
 plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/133653bb/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc b/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
index c6cb892..396e65a 100644
--- a/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
+++ b/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
@@ -7,7 +7,7 @@
 # include <memory.h>
 # include <inttypes.h>
 # include <ts/ts.h>
-# include <ts/ink_config.h>
+# include <ink_config.h>
 # include <tsconfig/TsValue.h>
 # include <openssl/ssl.h>
 # include <openssl/x509.h>