summaryrefslogtreecommitdiff
path: root/src/checksum/checksum_builder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/checksum/checksum_builder.c')
-rw-r--r--src/checksum/checksum_builder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/checksum/checksum_builder.c b/src/checksum/checksum_builder.c
index b68a25a19..2db68054e 100644
--- a/src/checksum/checksum_builder.c
+++ b/src/checksum/checksum_builder.c
@@ -20,6 +20,9 @@
#include <library.h>
+/* we need to fake the pluto symbol to dlopen() the xauth plugin */
+void *pluto;
+
int main(int argc, char* argv[])
{
int i;