summaryrefslogtreecommitdiff
path: root/packages/gsm/files/stdint.patch
blob: bafe54cd4420a0b65ff2f59235223cb5f5be9148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- include/libtapi/tel_bas_types.h~	2008-01-16 12:48:19.000000000 +0100
+++ include/libtapi/tel_bas_types.h	2008-01-16 12:48:19.000000000 +0100
@@ -27,13 +27,7 @@
 /******************************************************************************
  *  Type definitions
  *****************************************************************************/
-#ifndef _STDINT_H
-typedef unsigned long  	uint32_t;
-typedef unsigned short 	uint16_t;
-typedef unsigned char  	uint8_t;
-/* typedef	long  			int32_t; */
-typedef unsigned int	size_t;
-#endif
+#include <stdint.h>
 
 
 typedef unsigned long  	tel_bool_t;