chiark / gitweb /
Fixed undeclared memcpy error in esch.c
authorxantares <xantares09@hotmail.com>
Thu, 29 Aug 2013 09:37:02 +0000 (11:37 +0200)
committerxantares <xantares09@hotmail.com>
Thu, 29 Aug 2013 09:37:02 +0000 (11:37 +0200)
esch/esch.c

index 19e4de91c3bce2dabe6887718e8f7e2008d89f75..cc4952d637ea1ca1c10ceb9151412a4e7670972e 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include "esch.h"
 
 // ---------------------------------------------------------------------------