projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f1502
)
shared/sparse-endian.h: add missing byteswap.h include
author
Emil Renner Berthing
<systemd@esmil.dk>
Thu, 18 Sep 2014 13:24:43 +0000
(15:24 +0200)
committer
David Herrmann
<dh.herrmann@gmail.com>
Thu, 18 Sep 2014 22:27:42 +0000
(
00:27
+0200)
src/shared/sparse-endian.h
patch
|
blob
|
history
diff --git
a/src/shared/sparse-endian.h
b/src/shared/sparse-endian.h
index eb4dbf361560299c13d68a8be0c12db1bb39a741..c913fda8c55b71a3b1020f2f00652ceebaba4da3 100644
(file)
--- a/
src/shared/sparse-endian.h
+++ b/
src/shared/sparse-endian.h
@@
-21,6
+21,7
@@
#ifndef SPARSE_ENDIAN_H
#define SPARSE_ENDIAN_H
+#include <byteswap.h>
#include <endian.h>
#include <stdint.h>