diff options
Diffstat (limited to 'src/afc.c')
| -rw-r--r-- | src/afc.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -30,6 +30,7 @@ | |||
| 30 | #include "afc.h" | 30 | #include "afc.h" |
| 31 | #include "idevice.h" | 31 | #include "idevice.h" |
| 32 | #include "debug.h" | 32 | #include "debug.h" |
| 33 | #include "endianness.h" | ||
| 33 | 34 | ||
| 34 | /** The maximum size an AFC data packet can be */ | 35 | /** The maximum size an AFC data packet can be */ |
| 35 | static const int MAXIMUM_PACKET_SIZE = (2 << 15); | 36 | static const int MAXIMUM_PACKET_SIZE = (2 << 15); |
