diff options
Diffstat (limited to 'test/munit.c')
-rw-r--r-- | test/munit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/munit.c b/test/munit.c index 00ede07..2500018 100644 --- a/test/munit.c +++ b/test/munit.c @@ -1,3 +1,4 @@ +// clang-format off /* Copyright (c) 2013-2018 Evan Nemerson <evan@nemerson.com> * * Permission is hereby granted, free of charge, to any person @@ -496,8 +497,8 @@ struct PsnipClockTimespec { (defined(PSNIP_CLOCK_CPU_METHOD) && (PSNIP_CLOCK_CPU_METHOD == PSNIP_CLOCK_METHOD_GETRUSAGE)) || \ (defined(PSNIP_CLOCK_WALL_METHOD) && (PSNIP_CLOCK_WALL_METHOD == PSNIP_CLOCK_METHOD_GETRUSAGE)) || \ (defined(PSNIP_CLOCK_MONOTONIC_METHOD) && (PSNIP_CLOCK_MONOTONIC_METHOD == PSNIP_CLOCK_METHOD_GETRUSAGE)) -# include <sys/time.h> # include <sys/resource.h> +# include <sys/time.h> #endif #if \ |