# HG changeset patch
# User Edouard Tisserant
# Date 1390923048 -3600
# Node ID f6818bb5e292bce61ce93142cffacd7b037acc3c
# Parent  0f4d32a033e0edd0d68c48be7bc19ec8a27bfa66
Added <string.h> to plc_main_head.c to avoid warnings.

diff -r 0f4d32a033e0 -r f6818bb5e292 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
  **/