diff lib-src/pop.c @ 159:3bb7ccffb0c0 r20-3b6

Import from CVS: tag r20-3b6
author cvs
date Mon, 13 Aug 2007 09:41:43 +0200
parents 7d55a9ba150c
children 78f53ef88e17
line wrap: on
line diff
--- a/lib-src/pop.c	Mon Aug 13 09:40:48 2007 +0200
+++ b/lib-src/pop.c	Mon Aug 13 09:41:43 2007 +0200
@@ -51,7 +51,7 @@
 #define SEND(s,buf,len,flags) write(s,buf,len)
 #define CLOSESOCKET(s) close(s)
 #endif
-#include <pop.h>
+#include "pop.h"
 
 #ifdef sun
 #include <malloc.h>