Added missing string.h include.
authortwisti <none@none>
Fri, 3 Dec 2004 16:41:37 +0000 (16:41 +0000)
committertwisti <none@none>
Fri, 3 Dec 2004 16:41:37 +0000 (16:41 +0000)
src/mm/memory.h

index 1006e6fc9765e9fefdd433d6acb147105b68ffa6..2f4742e441fcbc6d43cd8151400528381c6956f7 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Reinhard Grafl
 
-   $Id: memory.h 1637 2004-12-01 10:33:25Z twisti $
+   $Id: memory.h 1671 2004-12-03 16:41:37Z twisti $
 
 */
 
@@ -34,6 +34,8 @@
 #ifndef _MEMORY_H
 #define _MEMORY_H
 
+#include <string.h>
+
 #include "arch.h"
 #include "types.h"