[nut]: r280 - trunk/libnut/libnut.h

10 Mar
2007
10 Mar
'07
5:27 p.m.
Author: ods15 Date: Sat Mar 10 18:27:57 2007 New Revision: 280 Modified: trunk/libnut/libnut.h Log: Add includes for libnut.h for off_t, size_t and uint64_t Modified: trunk/libnut/libnut.h ============================================================================== --- trunk/libnut/libnut.h (original) +++ trunk/libnut/libnut.h Sat Mar 10 18:27:57 2007 @@ -4,6 +4,10 @@ #ifndef _NUT_H #define _NUT_H +#include <stddef.h> +#include <stdint.h> +#include <sys/types.h> + /// \defgroup common Common Defines and Enums /// \defgroup muxer libnut Muxer /// \defgroup demuxer libnut Demuxer
6727
Age (days ago)
6727
Last active (days ago)
0 comments
1 participants
participants (1)
-
ods15