sys/dvb/dvbbasebin.c: Fix the build.

Original commit message from CVS:
* sys/dvb/dvbbasebin.c:
Fix the build.
This commit is contained in:
Stefan Kost 2007-10-30 20:55:27 +00:00
parent fb4dbf8ae5
commit 556fdc15f4
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-10-30 Stefan Kost <ensonic@users.sf.net>
* sys/dvb/dvbbasebin.c:
Fix the build.
2007-10-30 Edgard Lima <edgard.lima@indt.org.br>
* ext/metadata/.cvsignore:

View file

@ -25,6 +25,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>
#include "dvbbasebin.h"