diff options
Diffstat (limited to 'drivers/unix/SCsub')
-rw-r--r-- | drivers/unix/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/unix/SCsub b/drivers/unix/SCsub index 5ced44dfda..c560e1289f 100644 --- a/drivers/unix/SCsub +++ b/drivers/unix/SCsub @@ -14,4 +14,6 @@ f.close() env.add_source_files(env.drivers_sources, "*.cpp") +env["check_c_headers"] = [ [ "mntent.h", "HAVE_MNTENT" ] ] + Export('env') |