Skip to content
Commit f9252183 authored by Matt Selsky's avatar Matt Selsky
Browse files

Fix warning about implicit definition of clock_gettime on Solaris

../../ntpfrob/precision.c: In function 'default_get_resolution':
../../ntpfrob/precision.c:78:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  clock_gettime(CLOCK_REALTIME, &tp);
  ^

Include config.h before system headers so that "standards" macros get defined
early enough
parent c41fc7ac
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment