aboutsummaryrefslogtreecommitdiffstats
path: root/rpa.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-17 18:42:28 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-17 18:42:28 +0000
commited588a2f2f6f387be5645ed38b8077e9f01a1291 (patch)
tree8002b657e70d1e896d3c87de4143b37264fa941f /rpa.c
parentabe5829f32554045a77aa501b6ef60f2d1e07dc3 (diff)
downloadfetchmail-ed588a2f2f6f387be5645ed38b8077e9f01a1291.tar.gz
fetchmail-ed588a2f2f6f387be5645ed38b8077e9f01a1291.tar.bz2
fetchmail-ed588a2f2f6f387be5645ed38b8077e9f01a1291.zip
Fix -Wall warnings.
svn path=/trunk/; revision=1707
Diffstat (limited to 'rpa.c')
-rw-r--r--rpa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpa.c b/rpa.c
index 4643076d..faa771bd 100644
--- a/rpa.c
+++ b/rpa.c
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <unistd.h>
#include <ctype.h>
+#include <string.h>
#include "socket.h"
#include "fetchmail.h"