X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/f0960b14ef3c415ec87e69c8636fc81737099b48..7e7508dd748ff85aa295b729c2e34f5bc089692f:/datatypes.c diff --git a/datatypes.c b/datatypes.c index cc930443..9c04b189 100644 --- a/datatypes.c +++ b/datatypes.c @@ -1,9 +1,7 @@ -#include "imio.h" -#include "datatypes.h" #include #include #include - +#include "imager.h" /* 2d bitmask with test and set operations @@ -134,7 +132,7 @@ llist_push(struct llist *l,void *data) { } /* fprintf(stderr,"0x%08X\n",l->t); */ if (llist_llink_push(l,l->t,data)) { - m_fatal(3, "out of memory\n"); + i_fatal(3, "out of memory\n"); } }