CCID_Templates: Add missing dependency on Osmocom_Types (u_int*_t)

This commit is contained in:
Harald Welte 2019-11-14 08:24:57 +01:00
parent 52ac2ccc0a
commit fe76adab5f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
module CCID_Templates {
import from Osmocom_Types all;
import from General_Types all;
import from USB_Types all;
import from CCID_Types all;