aboutsummaryrefslogtreecommitdiff
path: root/src/tree.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-03-03 10:05:39 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-03-03 10:05:39 +0200
commitb3225d5b95104192810037b1933a54448f4f152f (patch)
treef8b2f3eb2c59e0ee072d0a1f81226a413e6e6874 /src/tree.c
parent84009ba4cd4246be9def916554e0b98561244771 (diff)
downloadgrecs-b3225d5b95104192810037b1933a54448f4f152f.tar.gz
grecs-b3225d5b95104192810037b1933a54448f4f152f.tar.bz2
Bugfixes.
* src/tree.c: Inlcude limits.h * tests/Makefile.am (LDADD): Add LIBINTL.
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 eb8b131..aee196a 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -26,6 +26,7 @@
#include <netdb.h>
#include <stdlib.h>
#include <errno.h>
+#include <limits.h>
#include "grecs.h"
void

Return to:

Send suggestions and report system problems to the System administrator.