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.

11 lines
257 B

  1. --- ./src/Screen.cc.orig 2004-09-12 04:16:54.730523224 +0200
  2. +++ ./src/Screen.cc 2004-09-12 04:19:16.947902896 +0200
  3. @@ -57,6 +57,8 @@
  4. #ifdef HAVE_SIGNAL_H
  5. # include <signal.h>
  6. #endif // HAVE_SIGNAL_H
  7. +
  8. +#include <errno.h>
  9. }
  10. #include <algorithm>