projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd9527
)
fileio: include ctype.h with <> rather than ""
author
Lennart Poettering
<lennart@poettering.net>
Fri, 30 Nov 2018 20:05:49 +0000
(21:05 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Sun, 2 Dec 2018 12:22:28 +0000
(13:22 +0100)
It's a system header after all.
src/basic/fileio.c
patch
|
blob
|
history
diff --git
a/src/basic/fileio.c
b/src/basic/fileio.c
index 5e771a0aaeccbb9e617dfe63b99852066e93ff53..41fa1f2bd15e0640f584064abd100fadf3bb9c9c 100644
(file)
--- a/
src/basic/fileio.c
+++ b/
src/basic/fileio.c
@@
-1,5
+1,6
@@
/* SPDX-License-Identifier: LGPL-2.1+ */
+#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
@@
-14,7
+15,6
@@
#include <unistd.h>
#include "alloc-util.h"
-#include "ctype.h"
#include "env-util.h"
#include "escape.h"
#include "fd-util.h"