Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Disks
Commits
3c299d99
Commit
3c299d99
authored
Oct 09, 2020
by
Harald Sitter
🏳️🌈
Browse files
add missing include for freebsd
errno is implicitly pulled in on linux
parent
6d2a5fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/helper.cpp
View file @
3c299d99
...
...
@@ -15,6 +15,7 @@
#include
<string.h>
#include
<sys/types.h>
#include
<dirent.h>
#include
<errno.h>
// Append name to /dev/ and ensure it is a trustable block device.
static
QString
nameToPath
(
const
QString
&
name
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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