Description: AdunCellListHandler.m was missing a include for the function
 AdCreateError, resulting in a forced-FTBFS on 64 bit archs. See
 http://wiki.debian.org/ImplicitPointerConversions for more information.
Origin: Upstream CVS
Bug-Ubuntu: https://bugs.launchpad.net/bugs/771041
Name: fix-implicit-pointer.patch
Author: Andreas Moog <amoog@ubuntu.com>
Bug: 631641

--- Adun-0.81.orig/Kernel/AdunKernel/Framework/AdunCellListHandler.m
+++ Adun-0.81/Kernel/AdunKernel/Framework/AdunCellListHandler.m
@@ -22,6 +22,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 */
 #include "AdunKernel/AdunCellListHandler.h"
+#include "AdunKernel/AdFrameworkFunctions.h"
 
 /*
 Category containing methods for creating and
