aboutsummaryrefslogtreecommitdiffstats
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmalloc.c b/xmalloc.c
index f9918e9c..b5d03f89 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -5,7 +5,7 @@
/***********************************************************************
module: xmalloc.c
- project: popclient
+ project: fetchmail
programmer: Carl Harris, ceharris@mal.com
description: malloc wrapper.
@@ -15,7 +15,7 @@
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
-#include "popclient.h"
+#include "fetchmail.h"
#if defined(HAVE_VOIDPOINTER)
#define XMALLOCTYPE void