aboutsummaryrefslogtreecommitdiff
path: root/archivers/file-roller/files/patch-src_file-utils.h
blob: d3223290fe1cc102633920f0891d13904e0e384f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/file-utils.h.orig	Sun Jul  3 19:11:59 2005
+++ src/file-utils.h	Sun Jul  3 19:12:52 2005
@@ -25,8 +25,13 @@
 
 #include <sys/types.h>
 #include <time.h>
+#include <stdlib.h>
+#include <limits.h>
 #include <libgnomevfs/gnome-vfs-file-size.h>
 #include <libgnomevfs/gnome-vfs-mime-handlers.h>
+
+#undef fr_atoll
+#define fr_atoll(nptr) strtoll(nptr, (char **)NULL, 10)
 
 
 #define FILENAME_MAX_LENGTH 30 /* FIXME: find out the best value */