summaryrefslogtreecommitdiff
path: root/tests/DLList_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLList_Test.cpp')
-rw-r--r--tests/DLList_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DLList_Test.cpp b/tests/DLList_Test.cpp
index 21260c33d55..3b8ac8f53fc 100644
--- a/tests/DLList_Test.cpp
+++ b/tests/DLList_Test.cpp
@@ -19,7 +19,7 @@
#include "test_config.h"
#include "ace/Containers.h"
#include "ace/SString.h"
-#include "ace/Malloc_T.h"
+#include "ace/Malloc.h"
typedef ACE_TCHAR *ACE_STRING;
typedef ACE_DLList<ACE_STRING> STRLIST;