]> git.imager.perl.org - imager.git/blobdiff - datatypes.c
Imager 0.58 release
[imager.git] / datatypes.c
index cc9304437b3463160c237f1730e30162abcac895..9c04b189ab27de585484d5056ec00220cca3a349 100644 (file)
@@ -1,9 +1,7 @@
-#include "imio.h"
-#include "datatypes.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-
+#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");
   }
 }