[Cryptech-Commits] [sw/stm32] branch master updated: Include strings.h, for strcasecmp().

git at cryptech.is git at cryptech.is
Thu Jun 9 03:32:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/stm32.

The following commit(s) were added to refs/heads/master by this push:
       new  e94bce2   Include strings.h, for strcasecmp().
e94bce2 is described below

commit e94bce23e3629e1229efe4d86660c2f5a375a1fc
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed Jun 8 23:32:05 2016 -0400

    Include strings.h, for strcasecmp().
---
 projects/cli-test/cli-test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/cli-test/cli-test.c b/projects/cli-test/cli-test.c
index a52dbec..7bac84e 100644
--- a/projects/cli-test/cli-test.c
+++ b/projects/cli-test/cli-test.c
@@ -42,6 +42,7 @@
 #include "mgmt-test.h"
 
 #include <string.h>
+#include <strings.h>
 
 
 /* MGMT UART interrupt receive buffer (data will be put in a larger ring buffer) */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list