mad: add missing include to fix the build

This commit is contained in:
Stefan Kost 2009-10-02 18:27:11 +03:00
parent f2613470fd
commit 30a4d82edd

View file

@ -35,6 +35,7 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>
#include "gstmad.h"
#include <gst/audio/audio.h>