aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/tde.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tde.c b/misc/tde.c
index 1aefa82..81beda0 100644
--- a/misc/tde.c
+++ b/misc/tde.c
@@ -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>