diff --git a/TODO b/TODO index 138645a9d..d5aa851f1 100644 --- a/TODO +++ b/TODO @@ -37,6 +37,7 @@ Some of the things (in very short form) that need to be done to E17... ESSENTIAL FEATURES ------------------------------------------------------------------------------- +* fm2 mv between fs's (removable to hd for example) doesn't work. * fm2 fwin windows need to use icon for that dir on window border * fm2 needs to use different theme elements for desktop * fm2 theme needs to not suck diff --git a/src/bin/e.h b/src/bin/e.h index 2ff0799fe..d3acc2d8a 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -15,10 +15,8 @@ #ifndef _FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 #endif -#ifndef __USE_FILE_OFFSET64 /* for large file support */ -#define __USE_FILE_OFFSET64 -#endif +#include #include #include #include