Fix missing #include <errno.h>
Two source files currently relying on xorg headers including errno.h for them. Even though it practically works, it's not a very robust programming style to rely on indirect includes. It's better when everybody includes what he need on its own.
Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net