From 60c6c8d8ca66f3f64dfc41c2f66dc539bbd8fd53 Mon Sep 17 00:00:00 2001 From: Robert Groenenberg Date: Tue, 21 Jun 2016 13:19:11 +0200 Subject: [PATCH] Fixed build --- src/stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub.c b/src/stub.c index 488da2fd..2126ee21 100644 --- a/src/stub.c +++ b/src/stub.c @@ -91,7 +91,7 @@ static int upstream_connect(getdns_upstream *upstream, static int fallback_on_write(getdns_network_req *netreq); static void stub_timeout_cb(void *userarg); -static uint64_t _getdns_get_time_as_uintt64() +static uint64_t _getdns_get_time_as_uintt64(); /*****************************/ /* General utility functions */ /*****************************/