]> git.sur5r.net Git - cc65/blobdiff - src/cc65/datatype.c
Added the io module
[cc65] / src / cc65 / datatype.c
index 330a08eb679e7d83bd3b0c9f75b254c2bb979039..5baf532697ce11ad33dd385cdd9a181b4841b696 100644 (file)
 
 #include <string.h>
 
+#include "../common/xmalloc.h"
+
 #include "check.h"
 #include "codegen.h"
 #include "datatype.h"
 #include "error.h"
 #include "funcdesc.h"
 #include "global.h"
-#include "mem.h"
 #include "util.h"
 #include "symtab.h"