diff options
Diffstat (limited to 'net-libs/libpri/files/libpri-1.2.5-gcc42.patch')
-rw-r--r-- | net-libs/libpri/files/libpri-1.2.5-gcc42.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/libpri/files/libpri-1.2.5-gcc42.patch b/net-libs/libpri/files/libpri-1.2.5-gcc42.patch new file mode 100644 index 000000000000..a7b9b0e8a3b9 --- /dev/null +++ b/net-libs/libpri/files/libpri-1.2.5-gcc42.patch @@ -0,0 +1,11 @@ +diff -u a/pri_internal.h b/pri_internal.h +--- a/pri_internal.h 2005-11-29 19:39:18.000000000 +0100 ++++ b/pri_internal.h 2008-01-18 16:12:05.200685051 +0100 +@@ -25,6 +25,7 @@ + #ifndef _PRI_INTERNAL_H + #define _PRI_INTERNAL_H + ++#include <stddef.h> + #include <sys/time.h> + + struct pri_sched { |