File 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch of Package systemd.openSUSE_13.2_Update
From 8e8af4cfc7fa373504a22e58966909161acfb72f Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing <systemd@esmil.dk> Date: Thu, 18 Sep 2014 15:24:43 +0200 Subject: [PATCH] shared/sparse-endian.h: add missing byteswap.h include --- src/shared/sparse-endian.h | 1 + 1 file changed, 1 insertion(+) diff --git src/shared/sparse-endian.h src/shared/sparse-endian.h index eb4dbf3..c913fda 100644 --- src/shared/sparse-endian.h +++ 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> -- 1.7.9.2