diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tde.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,13 +2,15 @@ #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> + #include <stdio.h> #include <string.h> #include <time.h> #include <errno.h> +#include <malloc.h> + #include <CSTAapdu.h> #include <CSTAServices.h> -#include <malloc.h> #include <CSTAEventReportArgument.h> #include <MonitorStartArgument.h> |