diff options
Diffstat (limited to 'src/test/test-child.c')
-rw-r--r-- | src/test/test-child.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-child.c b/src/test/test-child.c index fdf3ccec0a..f78a829107 100644 --- a/src/test/test-child.c +++ b/src/test/test-child.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2016, The Tor Project, Inc. */ +/* Copyright (c) 2011-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #include "orconfig.h" @@ -8,7 +8,7 @@ #include <windows.h> #else #include <unistd.h> -#endif +#endif /* defined(_WIN32) */ #include <string.h> #ifdef _WIN32 |