
28 Jun
2007
28 Jun
'07
7:32 p.m.
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"