beremiz
Clone
Summary
Browse
Changes
Graph
Added <string.h> to plc_main_head.c to avoid warnings.
2014-01-28, Edouard Tisserant
f6818bb5e292
Parents
0f4d32a033e0
Children
7d295f013061
Added
to plc_main_head.c to avoid warnings.
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
targets/plc_main_head.c
--- a/targets/plc_main_head.c Tue Jan 28 16:24:40 2014 +0100
+++ b/targets/plc_main_head.c Tue Jan 28 16:30:48 2014 +0100
@@ -3,6 +3,7 @@
**/
#include "beremiz.h"
+#include <string.h>
/*
* Prototypes of functions provided by generated C softPLC
**/