aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sim/sim_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/sim_int.h b/src/sim/sim_int.h
index c10c5f08..70247437 100644
--- a/src/sim/sim_int.h
+++ b/src/sim/sim_int.h
@@ -36,6 +36,6 @@ struct osim_reader_ops {
int (*transceive)(struct osim_reader_hdl *rh, struct msgb *msg);
};
-const struct osim_reader_ops pcsc_reader_ops;
+extern const struct osim_reader_ops pcsc_reader_ops;
#endif