]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fix a couple of warnings
authorizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Wed, 24 Feb 2010 20:34:13 +0000 (20:34 +0000)
committerizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Wed, 24 Feb 2010 20:34:13 +0000 (20:34 +0000)
armsrc/printf.h
armsrc/util.h
client/cmdlfem4x.c

index c6059922558ec6939ab04025d1b9a63c17df4e7d..ff2b6b68ac7659fb7a63301f8f0c4be031d0e003 100644 (file)
@@ -17,4 +17,4 @@ int kvsprintf(const char *format, void *arg, int radix, va_list ap) __attribute_
 int vsprintf(char *str, const char *format, va_list ap) __attribute__ ((format (printf, 2, 0)));
 int sprintf(char *str, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
 
 int vsprintf(char *str, const char *format, va_list ap) __attribute__ ((format (printf, 2, 0)));
 int sprintf(char *str, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
 
-#endif
\ No newline at end of file
+#endif
index 1f4a81748852a92be322900ca57092e76d2928bb..6f69fba8b8b3c120e70cde4519115b9aeb9a6c2e 100644 (file)
@@ -35,4 +35,4 @@ int BUTTON_CLICKED(int ms);
 int BUTTON_HELD(int ms);
 void FormatVersionInformation(char *dst, int len, const char *prefix, void *version_information);
 
 int BUTTON_HELD(int ms);
 void FormatVersionInformation(char *dst, int len, const char *prefix, void *version_information);
 
-#endif
\ No newline at end of file
+#endif
index 8bb4d1091e08ed3ea463a02796d12aa66da1f1a4..37355ef267a0e819a535a73223494e6fbbea73bb 100644 (file)
@@ -9,6 +9,7 @@
 //-----------------------------------------------------------------------------
 
 #include <stdio.h>
 //-----------------------------------------------------------------------------
 
 #include <stdio.h>
+#include <string.h>
 #include "proxusb.h"
 #include "ui.h"
 #include "graph.h"
 #include "proxusb.h"
 #include "ui.h"
 #include "graph.h"
Impressum, Datenschutz