diff options
author | 2013-02-01 16:54:20 +0000 | |
---|---|---|
committer | 2013-02-01 16:55:05 +0000 | |
commit | ae2a61960b408e4544dc70975ca99ec4724f0868 (patch) | |
tree | 45f33a2d393dab5f370ae9a83c8e19b345ebd48d | |
parent | fb02bcd36356e1626d137a1c135e23d98c3f593d (diff) | |
download | paludis-ae2a61960b408e4544dc70975ca99ec4724f0868.tar.gz paludis-ae2a61960b408e4544dc70975ca99ec4724f0868.tar.xz |
build: Fix compilation with gcc 4.7
-rw-r--r-- | paludis/repositories/e/manifest2_reader.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/repositories/e/manifest2_reader.hh b/paludis/repositories/e/manifest2_reader.hh index cacd8f062..e1c81018c 100644 --- a/paludis/repositories/e/manifest2_reader.hh +++ b/paludis/repositories/e/manifest2_reader.hh @@ -25,6 +25,7 @@ #include <paludis/util/wrapped_forward_iterator-fwd.hh> #include <paludis/util/map-fwd.hh> #include <string> +#include <sys/types.h> /** \file * Declarations for the Manifest2Reader class |