blob: f9ca7f012180838995088863948bcb53fecadde5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 17:49:47 rh Exp $
--- libac3/bitstream.c.orig Mon Sep 25 23:05:02 2000
+++ libac3/bitstream.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include "ac3.h"
#include "ac3_internal.h"
|