$NetBSD: patch-al,v 1.2 2007/02/23 13:55:17 drochner Exp $

--- lib/mp4v2/mp4.h.orig	2006-02-22 23:47:07.000000000 +0100
+++ lib/mp4v2/mp4.h
@@ -31,8 +31,16 @@
 #ifndef __MP4_INCLUDED__
 #define __MP4_INCLUDED__
 
+#ifdef MPEG4IP
 /* include system and project specific headers */
 #include "mpeg4ip.h"
+#else
+#include <sys/types.h>
+#include <strings.h>
+#include <stdio.h>
+#include <stdbool.h>
+#include <stdint.h>
+#endif
 
 #include <math.h>	/* to define float HUGE_VAL and/or NAN */
 #ifndef NAN
