In <signal.h> and <sys/devicestat.h>, include <sys/types.h> explicitly.
authorSascha Wildner <saw@online.de>
Thu, 20 Jul 2017 17:21:20 +0000 (19:21 +0200)
committerSascha Wildner <saw@online.de>
Thu, 20 Jul 2017 17:21:20 +0000 (19:21 +0200)
commit3c35334c2ccb57873cd2a02c5d668c6dee6bed2e
tree6fa48c04d22e8607cb9711ef87c3a812cc3df807
parent17507760abd76f56cf10e40b906a05066093da2f
In <signal.h> and <sys/devicestat.h>, include <sys/types.h> explicitly.

This is in preparation for cleaning up <sys/time.h>'s namespace, which
<signal.h> and <sys/devicestat.h> relied on previously for bringing in
<sys/types.h>, but which does not actually need it for its own stuff.
include/signal.h
sys/sys/devicestat.h