blob: 58a9800557231cb3bf8aec4709e23ce5b50afd9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
fix building with newer glibc
http://bugs.gentoo.org/247936
--- rtpbreak.c
+++ rtpbreak.c
@@ -24,6 +24,7 @@
/* includes */
+#include <limits.h>
#include <time.h>
#include <sys/stat.h>
#include <pwd.h>
|