=== modified file 'wu-ftpd-2.6.2/configure.in'
--- wu-ftpd-2.6.2/configure.in	2012-04-06 20:27:26 +0000
+++ wu-ftpd-2.6.2/configure.in	2012-04-06 20:28:18 +0000
@@ -214,7 +214,7 @@ AC_CHECK_HEADERS(dirent.h regex.h shadow
   syslog.h sys/syslog.h fcntl.h mntent.h stdlib.h unistd.h glob.h grp.h \
   ndir.h sys/dir.h sys/ndir.h string.h vmsdir.h sys/systeminfo.h \
   bsd/bsd.h sys/param.h values.h limits.h sys/types.h sys/mntent.h \
-  sys/mnttab.h paths.h)
+  sys/mnttab.h paths.h stdint.h)
 AC_CHECK_FUNCS(dirfd fchdir flock ftw getcwd getdtablesize pstat lstat \
   vprintf snprintf regexec regex fgetspent usercmp getusershell setuid vsnprintf \
   snprintf strcasestr strdup strerror strsep strstr syslog glob strcasecmp \
@@ -796,6 +796,9 @@ if test $quota = yes; then
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
 #ifdef HAVE_SYS_QUOTA_H
 #include <sys/quota.h>
 #else

