]> Pileus Git - ~andy/fetchmail/blobdiff - cram.c
Merge branch 'legacy_63'
[~andy/fetchmail] / cram.c
diff --git a/cram.c b/cram.c
index cf33393ebb9662e6a69ae8eb4352d35ee6c3570e..f7559e6d9668792ef42c30ebd6dc1327c1e5a5cb 100644 (file)
--- a/cram.c
+++ b/cram.c
@@ -8,13 +8,11 @@
 #include  <stdio.h>
 #include  <string.h>
 #include  <ctype.h>
-#if defined(STDC_HEADERS)
 #include  <stdlib.h>
-#endif
 #include  "fetchmail.h"
 #include  "socket.h"
 
-#include  "i18n.h"
+#include  "gettext.h"
 #include "fm_md5.h"
 
 void hmac_md5 (const unsigned char *password,  size_t pass_len,