Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefd authored and Jakuje committed Nov 19, 2021
1 parent 1a36ce7 commit 621bbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libopensc/card-nqApplet.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>

#include "opensc.h"
#include "asn1.h"
#include "cardctl.h"
#include "internal.h"
Expand Down
1 change: 1 addition & 0 deletions src/libopensc/pkcs15-nqApplet.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>

#include "opensc.h"
#include "cards.h"
#include "common/compat_strlcpy.h"
#include "log.h"
Expand Down

0 comments on commit 621bbe6

Please sign in to comment.