summaryrefslogtreecommitdiff
path: root/qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-09 21:55:34 +0000
committerAlan Conway <aconway@apache.org>2006-11-09 21:55:34 +0000
commit402ac40145f2d35f9f9bfd34d499336faeb65c2e (patch)
tree49084b4dcb4ba2a1b7c846dc90e997ac6582656f /qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp
parent75e9bad6c3eb3a7bb207a10ec6719e859170396b (diff)
downloadqpid-python-402ac40145f2d35f9f9bfd34d499336faeb65c2e.tar.gz
Added POSIX equivalents to APR classes used by clients, inlined trivial calls.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp')
-rw-r--r--qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp b/qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp
index b11addfd0e..ea28b570d1 100644
--- a/qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp
+++ b/qpid/cpp/test/unit/qpid/framing/FieldTableTest.cpp
@@ -16,7 +16,7 @@
*
*/
#include <iostream>
-#include "qpid/framing/amqp_framing.h"
+#include <qpid/framing/amqp_framing.h>
#include <qpid_test_plugin.h>
using namespace qpid::framing;