# HG changeset patch
# User Andreas Schneider <[EMAIL PROTECTED]>
# Date 1219406018 -7200
# Node ID cd050f60a3b49baba6699a5db2d86d620de81e01
# Parent  7df4dbfdebb1eb83702a8191702f907c5462f5a6
Fix conflicting types on Linux if <sys/types.h> has been included.

diff --git a/wifo/phapi/g722/g722.h b/wifo/phapi/g722/g722.h
--- a/wifo/phapi/g722/g722.h
+++ b/wifo/phapi/g722/g722.h
@@ -46,8 +46,10 @@
 typedef unsigned short  uint16_t;
 typedef int  int32_t;
 typedef unsigned   uint32_t;
+#ifndef __int8_t_defined
 typedef long long  int64_t;
 typedef unsigned long long   uint64_t;
+#endif
 
 
 enum

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to