commit | 8f6f8602dc1037fb8fc2051fb062c0209f8baa2a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Mar 21 13:09:54 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Mar 21 13:09:54 2016 -0400 |
tree | 9dadb260884b434c7313882dbc69d34efb0adae1 | |
parent | 31ddef52baa2ae6622dbe9f2e9be74b430fe9de0 [diff] |
libext2fs: make sure ismounted.c explicitly pulls in <sys/types.h> The major() cpp macro is defined as requiring sys/types.h to be included with _BSD_SOURCE defined. However, in older glibc's this hasn't been strictly required and the stdlib.h header file included sys/types.h implicitly. Fix this so that more aggressive distributions run into build errors. Signed-off-by: Theodore Ts'o <tytso@mit.edu> in with andchanges. Lines starting