diff options
Diffstat (limited to 'resolv/res_mkquery.c')
-rw-r--r-- | resolv/res_mkquery.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resolv/res_mkquery.c b/resolv/res_mkquery.c index 9a11d169a3..12f9730199 100644 --- a/resolv/res_mkquery.c +++ b/resolv/res_mkquery.c @@ -77,11 +77,11 @@ /* Options. Leave them on. */ /* #define DEBUG */ -# include <hp-timing.h> -# include <stdint.h> -# if HP_TIMING_AVAIL -# define RANDOM_BITS(Var) { uint64_t v64; HP_TIMING_NOW (v64); Var = v64; } -# endif +#include <hp-timing.h> +#include <stdint.h> +#if HP_TIMING_AVAIL +# define RANDOM_BITS(Var) { uint64_t v64; HP_TIMING_NOW (v64); Var = v64; } +#endif /* * Form all types of queries. |