aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:31:49 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:31:49 +0300
commitdfa58f8b8ebf024c2ec678a836adcd055e4bc052 (patch)
tree18d3fba3a482ad31ce77d6de1990d67ab93b54db /tests
parent242dd0a45ec3c7db7715d5dec327bad6d17e86a1 (diff)
downloadeclat-dfa58f8b8ebf024c2ec678a836adcd055e4bc052.tar.gz
eclat-dfa58f8b8ebf024c2ec678a836adcd055e4bc052.tar.bz2
Trivial fixes.
Diffstat (limited to 'tests')
-rw-r--r--tests/tforlan.c1
-rw-r--r--tests/thmac.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/tforlan.c b/tests/tforlan.c
index 64f84e1..d785ae0 100644
--- a/tests/tforlan.c
+++ b/tests/tforlan.c
@@ -17,6 +17,7 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#ifdef HAVE_GETOPT_H
# include <getopt.h>
diff --git a/tests/thmac.c b/tests/thmac.c
index cda0777..074c139 100644
--- a/tests/thmac.c
+++ b/tests/thmac.c
@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
#include "libeclat.h"
char *progname;

Return to:

Send suggestions and report system problems to the System administrator.