[NUT-devel] [nut]: r280 - trunk/libnut/libnut.h
ods15
subversion at mplayerhq.hu
Sat Mar 10 18:27:57 CET 2007
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
More information about the NUT-devel
mailing list