[NUT-devel] [nut]: r504 - src/trunk/nututils/nutindex.c
ods15
subversion at mplayerhq.hu
Thu Jun 28 19:32:23 CEST 2007
Author: ods15
Date: Thu Jun 28 19:32:21 2007
New Revision: 504
Log:
add missing include to nutindex, although it compiles fine for me...
Modified:
src/trunk/nututils/nutindex.c
Modified: src/trunk/nututils/nutindex.c
==============================================================================
--- src/trunk/nututils/nutindex.c (original)
+++ src/trunk/nututils/nutindex.c Thu Jun 28 19:32:21 2007
@@ -6,6 +6,7 @@
#include <inttypes.h>
#include <assert.h>
#include <string.h>
+#include <sys/types.h>
#define ID_STRING "nut/multimedia container"
More information about the NUT-devel
mailing list