mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
311 B

  1. --- ./libs/libmythtv/channel.cpp.orig 2005-01-08 01:54:41.000000000 +0100
  2. +++ ./libs/libmythtv/channel.cpp 2005-01-08 01:55:01.000000000 +0100
  3. @@ -2,6 +2,7 @@
  4. #include <cstdlib>
  5. #include <unistd.h>
  6. #include <fcntl.h>
  7. +#include <errno.h>
  8. #include <sys/ioctl.h>
  9. #include <sys/types.h>
  10. #include <sys/stat.h>