diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Plugin/src/example_exe.cxx | 3 | ||||
-rw-r--r-- | Tests/TestsWorkingDirectory/main.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Tests/Plugin/src/example_exe.cxx b/Tests/Plugin/src/example_exe.cxx index 393bb68..fd23e8f 100644 --- a/Tests/Plugin/src/example_exe.cxx +++ b/Tests/Plugin/src/example_exe.cxx @@ -1,9 +1,10 @@ +#include <kwsys/DynamicLoader.hxx> + #include <example.h> #include <example_exe.h> #include <iostream> -#include <kwsys/DynamicLoader.hxx> #include <string> #include <stdio.h> diff --git a/Tests/TestsWorkingDirectory/main.c b/Tests/TestsWorkingDirectory/main.c index 3616f8e..d4b760c 100644 --- a/Tests/TestsWorkingDirectory/main.c +++ b/Tests/TestsWorkingDirectory/main.c @@ -38,8 +38,8 @@ static const char* Getcwd(char* buf, unsigned int len) } #else -#include <sys/types.h> #include <fcntl.h> +#include <sys/types.h> #include <unistd.h> static const char* Getcwd(char* buf, unsigned int len) |