diff --git a/MagickCore/attribute.h b/MagickCore/attribute.h
index 71f3753..f1c9c10 100644
--- a/MagickCore/attribute.h
+++ b/MagickCore/attribute.h
@@ -32,7 +32,7 @@
   IsImageGray(const Image *,ExceptionInfo *),
   IsImageMonochrome(const Image *,ExceptionInfo *),
   IsImageOpaque(const Image *,ExceptionInfo *),
-  SetImageDepth(Image *,const size_t);
+  SetImageDepth(Image *,const size_t,ExceptionInfo *);
 
 extern MagickExport RectangleInfo
   GetImageBoundingBox(const Image *,ExceptionInfo *exception);