Files
main/multimedia/stream/darkice/files/darkice-1.0-gcc44.patch
T
2016-02-08 12:26:01 +01:00

15 lines
295 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
http://code.google.com/p/darkice/issues/detail?id=29
SerialUlaw.cpp:296:26: error: ‘perror’ was not declared in this scope
--- src/SerialUlaw.cpp
+++ src/SerialUlaw.cpp
@@ -40,6 +40,8 @@
#include "config.h"
#endif
+#include <stdio.h>
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else