commit | f46eac58f51737ffabfb1f56d2cab5221450b641 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 26 11:27:39 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 26 11:27:39 2013 -0700 |
tree | 5f38cfc68d735b315840e97f1b7db3e7893f9ca9 | |
parent | 7804c2329bf53bcdd3b32aa028edcb665db0079c [diff] [blame] |
Fixing test cases after the reorganization
diff --git a/tests/test_app_socket.cc b/tests/test_app_socket.cc index 473d117..0492264 100644 --- a/tests/test_app_socket.cc +++ b/tests/test_app_socket.cc
@@ -27,9 +27,10 @@ #include <boost/make_shared.hpp> #include <boost/date_time/posix_time/posix_time.hpp> -#include "sync-log.h" +#include "sync-logging.h" -#include "sync-app-socket.h" +#include "ccnx/sync-app-socket.h" + extern "C" { #include <unistd.h> }