summaryrefslogtreecommitdiffstats
path: root/apps/rand.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-14 04:09:48 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-14 04:09:48 +0000
commit8824ec7cd514e0faed1c19c078c16fd1f5e3669c (patch)
tree8540a139e38cd08c758b289a2d0ba5ad1486f629 /apps/rand.c
parent80870566cf49263fab7b0fe06c79985be8270d68 (diff)
Make sure strcmp() gets declared.
Diffstat (limited to 'apps/rand.c')
-rw-r--r--apps/rand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rand.c b/apps/rand.c
index f1c2e9491d..cfbba30755 100644
--- a/apps/rand.c
+++ b/apps/rand.c
@@ -4,6 +4,7 @@
#include <ctype.h>
#include <stdio.h>
+#include <string.h>
#include <openssl/bio.h>
#include <openssl/err.h>