We need string.h for memcpy().

This commit is contained in:
jjgarcia 2002-12-09 12:44:34 +00:00
parent 81fd297e7e
commit d8ffa12fda

View file

@ -12,6 +12,7 @@
See file '../Copyright' for full details.
*/
#include <string.h>
#include "ecl.h"
#include "ecl-inl.h"
#include "bytecodes.h"