diff options
| author | Richard M. Stallman | 1994-10-18 07:36:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-18 07:36:39 +0000 |
| commit | c9c3d8f6484e136c574c78ccfff27c3775e239d8 (patch) | |
| tree | b48f58cbb59396998c8f88dcd09566198581747d /lib-src/pop.c | |
| parent | 7a481e50f633f5ffa09722ac2bc6fdec941a8230 (diff) | |
| download | emacs-c9c3d8f6484e136c574c78ccfff27c3775e239d8.tar.gz emacs-c9c3d8f6484e136c574c78ccfff27c3775e239d8.zip | |
Include ../src/config.h.
Diffstat (limited to 'lib-src/pop.c')
| -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> |