diff options
Diffstat (limited to 'tests/test-timer-performance.c')
-rw-r--r-- | tests/test-timer-performance.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test-timer-performance.c b/tests/test-timer-performance.c index a529a5ce..ee45ede6 100644 --- a/tests/test-timer-performance.c +++ b/tests/test-timer-performance.c @@ -22,11 +22,12 @@ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ -#include <stdio.h> -#include <unistd.h> #include <zebra.h> +#include <stdio.h> +#include <unistd.h> + #include "thread.h" #include "pqueue.h" #include "prng.h" |