Branch oldpackages for 14.07
[14.07/packages.git] / multimedia / darkice / patches / 001-upstream_svn_r494.patch
1 --- a/src/SerialUlaw.cpp
2 +++ b/src/SerialUlaw.cpp
3 @@ -40,6 +40,12 @@
4  #include "config.h"
5  #endif
6  
7 +#ifdef HAVE_STDIO_H
8 +#include <stdio.h>
9 +#else
10 +#error need stdio.h
11 +#endif
12 +
13  #ifdef HAVE_UNISTD_H
14  #include <unistd.h>
15  #else