]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Add missing includes
authorpwpiwi <pwpiwi@users.noreply.github.com>
Thu, 23 Jan 2020 22:02:33 +0000 (17:02 -0500)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Thu, 23 Jan 2020 22:02:33 +0000 (17:02 -0500)
client/cmdhfmfu.c
client/comms.c
client/comms.h

index 39a00d636f6b9aad530ac3e5a4c3cbf6874cb2e6..d53620addaec52fe93ae369e4b455f1e6e0cb63f 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <stdint.h>
 #include <stdio.h>
+#include <string.h>
 #include "comms.h"
 #include "usb_cmd.h"
 #include "cmdmain.h"
index 409eaba32d787885d466df36b16a2f42452f0fb4..5bb7e69edf848c648c74a5239f45ad9c2772df9b 100644 (file)
@@ -12,6 +12,8 @@
 #include "comms.h"
 
 #include <stdio.h>
+#include <stddef.h>
+#include <string.h>
 #include <pthread.h>
 #include <inttypes.h>
 
index 11df1d547090a27d0ad83e2b04dbd5ce214551b1..649576041921d9091b02962275e3fc2338186f69 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef COMMS_H__
 #define COMMS_H__
 
+#include <stddef.h>
+#include <stdint.h>
 #include <stdbool.h>
 #include "usb_cmd.h"
 
Impressum, Datenschutz