aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/talloc.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-08-08 16:12:58 +0200
committerHarald Welte <laforge@netfilter.org>2009-08-08 16:12:58 +0200
commit42581829ec2a79ef82c813b8212da76f514aa4f4 (patch)
tree0fb73c2964b6a6a97e998cd361389fa8887c1eca /openbsc/include/openbsc/talloc.h
parent3c5cb256c2937d3671fda0daeb2c324105b0627c (diff)
the actual config file code (not just config files)
this was missing from commit a08a9acdb6bff0ee4fdf0f58b78b6525017a1f9f
Diffstat (limited to 'openbsc/include/openbsc/talloc.h')
-rw-r--r--openbsc/include/openbsc/talloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/talloc.h b/openbsc/include/openbsc/talloc.h
index a4b33c3ed..f7f7643b8 100644
--- a/openbsc/include/openbsc/talloc.h
+++ b/openbsc/include/openbsc/talloc.h
@@ -29,6 +29,8 @@
#include <stdio.h>
#include <stdarg.h>
+#define HAVE_VA_COPY
+
/* this is only needed for compatibility with the old talloc */
typedef void TALLOC_CTX;