summaryrefslogtreecommitdiffstats
path: root/apps/nseq.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-20 22:50:42 +0000
committerUlf Möller <ulf@openssl.org>1999-04-20 22:50:42 +0000
commit95dc05bc6d0dfe0f3f3681f5e27afbc3f7a35eea (patch)
tree6bdbca71df2722da6b3c27c8cc2a0b00115edaa9 /apps/nseq.c
parentf36cd05b22a587e552c97797b54fd07bc0762446 (diff)
Fix lots of warnings.
Submitted by: Richard Levitte <levitte@stacken.kth.se>
Diffstat (limited to 'apps/nseq.c')
-rw-r--r--apps/nseq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/nseq.c b/apps/nseq.c
index 3c70e4d2be..a36f29f518 100644
--- a/apps/nseq.c
+++ b/apps/nseq.c
@@ -57,6 +57,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "pem.h"
#include "err.h"
#include "apps.h"