diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/pop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 725a9d87cd0..5dd33cf8330 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -18,6 +18,9 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 20 | 20 | ||
| 21 | #define NO_SHORTNAMES /* Tell config not to load remap.h */ | ||
| 22 | #include <../src/config.h> | ||
| 23 | |||
| 21 | #ifdef MAIL_USE_POP | 24 | #ifdef MAIL_USE_POP |
| 22 | 25 | ||
| 23 | #include <sys/types.h> | 26 | #include <sys/types.h> |