summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Renner Berthing <systemd@esmil.dk>2014-09-18 15:24:43 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2014-09-19 00:27:42 +0200
commit8e8af4cfc7fa373504a22e58966909161acfb72f (patch)
tree38b06ab2b5f48f453845441e30d998bc9868ce55
parent45f15021e3524b04d574b9ff4e801cb3219daf3f (diff)
shared/sparse-endian.h: add missing byteswap.h include
-rw-r--r--src/shared/sparse-endian.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/sparse-endian.h b/src/shared/sparse-endian.h
index eb4dbf361..c913fda8c 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>