summaryrefslogtreecommitdiffstats
path: root/src/appl/popper/pop_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/popper/pop_send.c')
-rw-r--r--src/appl/popper/pop_send.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/appl/popper/pop_send.c b/src/appl/popper/pop_send.c
index c356a610cc..bcfb10cb2a 100644
--- a/src/appl/popper/pop_send.c
+++ b/src/appl/popper/pop_send.c
@@ -7,11 +7,15 @@
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)pop_send.c 2.1 3/18/91";
-#endif not lint
+#endif
#include <stdio.h>
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include "popper.h"
/*