]> git.imager.perl.org - imager.git/blobdiff - feat.h
use $Config{path_sep} instead of working it out on our own
[imager.git] / feat.h
diff --git a/feat.h b/feat.h
index a935c62a2be4ae263872e9701175a9921b9768af..25fac9e320df011f240fa599df556ef51da745eb 100644 (file)
--- a/feat.h
+++ b/feat.h
@@ -1,4 +1,4 @@
-#include "image.h"
+#include "imager.h"
 
 static char *i_format_list[]={
 #ifdef HAVE_LIBJPEG
@@ -27,5 +27,8 @@ static char *i_format_list[]={
 #endif
   "raw",
   "pnm",
+  "bmp",
+  "tga",
+  "ifs",
   NULL};