Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jussi Kukkonen
CMake
Commits
5e871f70
Commit
5e871f70
authored
May 02, 2016
by
Brad King
Browse files
Tests: Sort includes of sys/types.h as clang-format would
parent
a20d7d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/TestsWorkingDirectory/main.c
View file @
5e871f70
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment