blob: 8914a6c0f36c095d95578d60ea31d17f91d708a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/libopensc/reader-tr03119.c.orig 2018-09-13 11:52:42 UTC
+++ src/libopensc/reader-tr03119.c
@@ -40,7 +40,7 @@
#ifndef _BSD_SOURCE
#define _BSD_SOURCE /* See feature_test_macros(7) */
#endif
-#include <endian.h>
+#include <sys/endian.h>
#endif
int get_pace_capabilities(u8 *bitmap)
|