View | Details | Raw Unified | Return to bug 69201 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/mp4file.c (+5 lines)
Lines 108-114 Link Here
108
#define MP4V2_HAS_METADATA_BUG TRUE
108
#define MP4V2_HAS_METADATA_BUG TRUE
109
109
110
#include <sys/types.h>
110
#include <sys/types.h>
111
#include <sys/param.h>
112
#if __FreeBSD_version < 500027
113
#include <inttypes.h>
114
#else
111
#include <stdint.h>
115
#include <stdint.h>
116
#endif
112
#include <stdlib.h>
117
#include <stdlib.h>
113
#include <string.h>
118
#include <string.h>
114
#include "mp4.h"
119
#include "mp4.h"

Return to bug 69201