aboutsummaryrefslogtreecommitdiff
path: root/src/tree.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-04 23:33:08 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-04 23:33:08 +0200
commitc74354f4013e4cd9240ee05ed7b8574d79c77eeb (patch)
tree80777030e3920372091b69cd42717b009df0f310 /src/tree.c
parent9cf45f0c658b583ee1ebdcb3d6345ad290993d68 (diff)
downloadgrecs-c74354f4013e4cd9240ee05ed7b8574d79c77eeb.tar.gz
grecs-c74354f4013e4cd9240ee05ed7b8574d79c77eeb.tar.bz2
Fix includes.
Diffstat (limited to 'src/tree.c')
-rw-r--r--src/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tree.c b/src/tree.c
index 12ab342..abf170e 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <errno.h>
#include <limits.h>
+#include <string.h>
#include "grecs.h"
void

Return to:

Send suggestions and report system problems to the System administrator.