diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/pop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 5dd33cf8330..3acacaa8919 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -21,6 +21,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 21 | #define NO_SHORTNAMES /* Tell config not to load remap.h */ | 21 | #define NO_SHORTNAMES /* Tell config not to load remap.h */ |
| 22 | #include <../src/config.h> | 22 | #include <../src/config.h> |
| 23 | 23 | ||
| 24 | #under open | ||
| 25 | #undef close | ||
| 26 | #undef read | ||
| 27 | #undef write | ||
| 28 | |||
| 24 | #ifdef MAIL_USE_POP | 29 | #ifdef MAIL_USE_POP |
| 25 | 30 | ||
| 26 | #include <sys/types.h> | 31 | #include <sys/types.h> |