Mercurial > libdvdnav.hg
comparison vm/decoder.h @ 289:6c0def2b7e39 src
include sys/time.h from decoder.c instead of decoder.h
author | nicodvb |
---|---|
date | Sat, 21 Apr 2007 12:02:37 +0000 |
parents | 52877d182e96 |
children | 90ca650854e0 |
comparison
equal
deleted
inserted
replaced
288:ce4230602517 | 289:6c0def2b7e39 |
---|---|
22 * | 22 * |
23 */ | 23 */ |
24 | 24 |
25 #ifndef DECODER_H_INCLUDED | 25 #ifndef DECODER_H_INCLUDED |
26 #define DECODER_H_INCLUDED | 26 #define DECODER_H_INCLUDED |
27 | |
28 #include <inttypes.h> | |
29 #include <sys/time.h> | |
30 | 27 |
31 /* link command types */ | 28 /* link command types */ |
32 typedef enum { | 29 typedef enum { |
33 LinkNoLink = 0, | 30 LinkNoLink = 0, |
34 | 31 |