comparison libmpcodecs/native/RTjpegN.h @ 26147:41652035483c

Add necessary header #includes to fix 'make checkheaders'.
author diego
date Thu, 06 Mar 2008 08:34:50 +0000
parents 58ff364dc851
children
comparison
equal deleted inserted replaced
26146:20a126aaa756 26147:41652035483c
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef RTJPEGN_H 24 #ifndef RTJPEGN_H
25 #define RTJPEGN_H 25 #define RTJPEGN_H
26
27 #include <stdint.h>
26 28
27 #define __u8 uint8_t 29 #define __u8 uint8_t
28 #define __u16 uint16_t 30 #define __u16 uint16_t
29 #define __u32 uint32_t 31 #define __u32 uint32_t
30 #define __u64 uint64_t 32 #define __u64 uint64_t