[vlc-devel] commit: Include stddef (to match master behavior). (Laurent Aimar )
git version control
git at videolan.org
Tue Nov 18 21:08:16 CET 2008
vlc | branch: 0.9-bugfix | Laurent Aimar <fenrir at videolan.org> | Tue Nov 18 21:05:13 2008 +0100| [3b673a91f2ddb0295a98a98366f0bbb066ee4e44] | committer: Laurent Aimar
Include stddef (to match master behavior).
It fixes block.c compilation and may help future cherry-picks.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b673a91f2ddb0295a98a98366f0bbb066ee4e44
---
include/vlc_common.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index 8b1c32b..a16cf01 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -50,6 +50,7 @@
#include <string.h>
#include <stdio.h>
#include <inttypes.h>
+#include <stddef.h>
#ifndef __cplusplus
# include <stdbool.h>
More information about the vlc-devel
mailing list