$OpenBSD: patch-libac3_bitstream_c,v 1.1.1.1 2004/06/18 18:56:46 sturm Exp $ --- libac3/bitstream.c.orig Fri Apr 23 23:27:28 2004 +++ libac3/bitstream.c Fri Apr 23 23:27:58 2004 @@ -24,6 +24,13 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_STRING_H +#include // memcpy +#endif + #include "ac3.h" #include "ac3_internal.h" #include "bitstream.h"