diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-05-13 10:52:30 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-05-13 10:53:21 -0400 |
commit | 47ef6b2c66048f898d22c8dddee581d3f55a48c8 (patch) | |
tree | 98a5fca0e1b6f24e96ed0ded76aa1d9b0a00c740 /src/libudev/util.h | |
parent | a19b50448ac6f99ddbc3cfabd61c141192308257 (diff) |
src/libudev/missing.h: clean up and fix build on uclibc and musl
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/util.h')
-rw-r--r-- | src/libudev/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/util.h b/src/libudev/util.h index 4efa4e062a..4e0f310889 100644 --- a/src/libudev/util.h +++ b/src/libudev/util.h @@ -33,6 +33,7 @@ #include <sys/socket.h> #include "macro.h" +#include "missing.h" union dirent_storage { struct dirent de; |