Added <string.h> to plc_main_head.c to avoid warnings.
authorEdouard Tisserant
Tue, 28 Jan 2014 16:30:48 +0100
changeset 1391 f6818bb5e292
parent 1390 0f4d32a033e0
child 1392 7d295f013061
Added <string.h> to plc_main_head.c to avoid warnings.
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
  **/