Skip to content

Commit deded01

Browse files
committed
Fix build under Linux
Case sensitive include name issue Fix #5 Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 8c6cd1d commit deded01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_95HF_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
/* Includes ------------------------------------------------------------------*/
3535
#include "lib_wrapper.h"
36-
#include "lib_ndef.h"
36+
#include "lib_NDEF.h"
3737

3838
#include "lib_nfctype1pcd.h"
3939
#include "lib_nfctype2pcd.h"

0 commit comments

Comments
 (0)