donate_cpu: Add another header to auto detect BSD configuration.

This commit is contained in:
orbitcowboy 2020-12-12 17:36:31 +01:00
parent 4b079c8934
commit 099d4ce574
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ def upload_info(package, info_output, server_address):
def get_libraries():
libraries = ['posix', 'gnu']
library_includes = {'boost': ['<boost/'],
'bsd': ['<sys/queue.h>'],
'bsd': ['<sys/queue.h>','<sys/tree.h>'],
'cairo': ['<cairo.h>'],
'cppunit': ['<cppunit/'],
'icu': ['<unicode/', '"unicode/'],