diff options
Diffstat (limited to 'src/test/test_data.c')
-rw-r--r-- | src/test/test_data.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/test_data.c b/src/test/test_data.c index 0c51c98f1e..788489a097 100644 --- a/src/test/test_data.c +++ b/src/test/test_data.c @@ -1,8 +1,10 @@ /* Copyright 2001-2004 Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2013, The Tor Project, Inc. */ + * Copyright (c) 2007-2016, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +#include "test.h" + /* Our unit test expect that the AUTHORITY_CERT_* public keys will sort * in this order. */ #define AUTHORITY_CERT_A AUTHORITY_CERT_3 |