From 294cf69b256419e407b1eac04634752412ee7756 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 14 Sep 2011 02:26:51 +0200 Subject: New file for be*/le* macros plus check for endian.h presence --- src/afc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/afc.h') diff --git a/src/afc.h b/src/afc.h index 731746a..87a2fd6 100644 --- a/src/afc.h +++ b/src/afc.h @@ -27,6 +27,7 @@ #endif #include "libimobiledevice/afc.h" +#include "endianness.h" #define AFC_MAGIC "CFA6LPAA" #define AFC_MAGIC_LEN (8) -- cgit v1.1-32-gdbae