dfbvideosink: include stdlib.h for abs()

This commit is contained in:
Tim-Philipp Müller 2009-03-10 15:12:24 +00:00
parent bfdfc069aa
commit 375263c946

View file

@ -93,6 +93,7 @@
#include "dfbvideosink.h"
#include <string.h>
#include <stdlib.h>
/* Debugging category */
GST_DEBUG_CATEGORY_STATIC (dfbvideosink_debug);