diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-29 21:33:01 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-29 21:33:01 -0500 |
commit | 08ea146102377743cc6604876f6a66048bc7492a (patch) | |
tree | 593c4993f184c8842cf725fd5169cea86d673653 /src/test/test-unaligned.c | |
parent | 589b6c603023133deed24de8bdce1e244081ded7 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-unaligned.c')
-rw-r--r-- | src/test/test-unaligned.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test-unaligned.c b/src/test/test-unaligned.c index 4f64398943..14a272c0b7 100644 --- a/src/test/test-unaligned.c +++ b/src/test/test-unaligned.c @@ -17,9 +17,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "sparse-endian.h" -#include "unaligned.h" -#include "util.h" +#include "systemd-basic/sparse-endian.h" +#include "systemd-basic/unaligned.h" +#include "systemd-basic/util.h" static uint8_t data[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, |