Fix compile error due to u8

Reported by Harry Weston, a compilation error occurs with GCC 4.4.4
because the u8 type is already defined in ltunify.c
This commit is contained in:
Peter Wu
2013-07-23 13:53:43 +02:00
parent 883e9af8d3
commit 137bd026ce

View File

@@ -4,8 +4,6 @@
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
typedef unsigned char u8;
#define SHORT_MESSAGE 0x10 #define SHORT_MESSAGE 0x10
#define LONG_MESSAGE 0x11 #define LONG_MESSAGE 0x11