Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-20 13:30:05 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-20 13:30:05 +0300
commit416b2f40487201215e431198cfa41edd52fb1f29 (patch)
tree8408b606e51ccaaf2e69775944f25c09f7e74572 /test/test_kernel_decl.hpp
parentf18b2fa5fa6dc560a7056b5c03ece5a5f7d20fd2 (diff)
typo
Diffstat (limited to 'test/test_kernel_decl.hpp')
-rw-r--r--test/test_kernel_decl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_kernel_decl.hpp b/test/test_kernel_decl.hpp
index 33d9bc81..86f1f9cc 100644
--- a/test/test_kernel_decl.hpp
+++ b/test/test_kernel_decl.hpp
@@ -11,7 +11,7 @@ Created: May 2016
#define BOOST_AFIO_TEST_KERNEL_DECL inline
#else
// We are standalone
-#include "../afio/include/boost/afio/afio.hpp"
+#include "../include/boost/afio/afio.hpp"
#define BOOST_AFIO_TEST_KERNEL_DECL extern BOOST_SYMBOL_EXPORT
#endif