10 lines
181 B
C
10 lines
181 B
C
--- memory.c.orig 2004-02-28 10:01:16 UTC
|
|
+++ memory.c
|
|
@@ -12,6 +12,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <assert.h>
|
|
+#include <string.h>
|
|
|
|
#include "enigma.h"
|
|
|