diff options
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r-- | src/datastore/test_datastore_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index feba0b7ac9..3b72020051 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -641,7 +641,7 @@ check () { char cfg_name[128]; #if START_DATASTORE - GNUNET_OS_Process *proc; + struct GNUNET_OS_Process *proc; #endif char *const argv[] = { "test-datastore-api", |