darkice-1.0-gcc44.patch 295 B

123456789101112131415
  1. http://code.google.com/p/darkice/issues/detail?id=29
  2. SerialUlaw.cpp:296:26: error: ‘perror’ was not declared in this scope
  3. --- src/SerialUlaw.cpp
  4. +++ src/SerialUlaw.cpp
  5. @@ -40,6 +40,8 @@
  6. #include "config.h"
  7. #endif
  8. +#include <stdio.h>
  9. +
  10. #ifdef HAVE_UNISTD_H
  11. #include <unistd.h>
  12. #else