changeset 693:fd44f94c14ef

2005-2-13 Brian Masney <masneyb@gftp.org> * lib/fsplib/fsplib.c - include stdint.h if HAVE_STDINT_H is defined
author masneyb
date Sun, 13 Feb 2005 14:47:41 +0000
parents 81172373727f
children 85ee79871f05
files ChangeLog lib/fsplib/fsplib.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Feb 13 14:45:28 2005 +0000
+++ b/ChangeLog	Sun Feb 13 14:47:41 2005 +0000
@@ -1,4 +1,6 @@
 2005-2-13 Brian Masney <masneyb@gftp.org>
+	* lib/fsplib/fsplib.c - include stdint.h if HAVE_STDINT_H is defined
+
 	* lib/fsplib/fsplib.c - updated to use fsplib 0.4. Fixes compilation
 	errors under Solaris/IRIX
 
@@ -3286,7 +3288,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.406 2005/02/13 14:45:28 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.407 2005/02/13 14:47:40 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/lib/fsplib/fsplib.c	Sun Feb 13 14:45:28 2005 +0000
+++ b/lib/fsplib/fsplib.c	Sun Feb 13 14:47:41 2005 +0000
@@ -24,6 +24,11 @@
 #include <string.h>
 #include <sys/stat.h>
 #include <dirent.h>
+
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+
 #include "fsplib.h"
 #include "lock.h"