build: add missing stdlib include to fix the build

This commit is contained in:
Stefan Kost 2009-10-02 19:08:21 +03:00
parent e665fb8702
commit 2390d3a31c
3 changed files with 3 additions and 0 deletions

View file

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

View file

@ -55,6 +55,7 @@
#include "gstvideomeasure.h"
#include "gstvideomeasure_ssim.h"
#include <gst/audio/audio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

View file

@ -56,6 +56,7 @@
#ifdef SAVE_SNAPSHOT
#include <gdk-pixbuf/gdk-pixbuf.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>