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
_______________________________________________
NUT-devel mailing list
NUT-devel mplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/nut-devel
|