aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pop3.c b/pop3.c
index 4ea41660..af62b958 100644
--- a/pop3.c
+++ b/pop3.c
@@ -5,7 +5,7 @@
/***********************************************************************
module: pop3.c
- project: popclient
+ project: fetchmail
programmer: Carl Harris, ceharris@mal.com
Hacks and bug fixes by esr.
description: POP3 client code.
@@ -24,7 +24,7 @@
#include <errno.h>
#include "socket.h"
-#include "popclient.h"
+#include "fetchmail.h"
#ifdef HAVE_PROTOTYPES
/* prototypes for internal functions */