diff options
Diffstat (limited to 'lib/replace/wscript')
| -rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index d0bbe96159..c24d6e76b3 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -219,6 +219,7 @@ def configure(conf): 'HAVE_%s' % c, msg='Checking whether the clock_gettime clock ID %s is available' % c) + conf.CHECK_TYPE('struct timespec', headers='sys/time.h time.h') # these headers need to be tested as a group on freebsd conf.CHECK_HEADERS(headers='sys/socket.h net/if.h', together=True) |
