diff options
author | Emil Renner Berthing <systemd@esmil.dk> | 2014-09-18 15:24:43 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-09-19 00:27:42 +0200 |
commit | 8e8af4cfc7fa373504a22e58966909161acfb72f (patch) | |
tree | 38b06ab2b5f48f453845441e30d998bc9868ce55 | |
parent | 45f15021e3524b04d574b9ff4e801cb3219daf3f (diff) |
shared/sparse-endian.h: add missing byteswap.h include
-rw-r--r-- | src/shared/sparse-endian.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/sparse-endian.h b/src/shared/sparse-endian.h index eb4dbf3615..c913fda8c5 100644 --- 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> |