mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
dfbvideosink: include stdlib.h for abs()
This commit is contained in:
parent
bfdfc069aa
commit
375263c946
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
||||||
#include "dfbvideosink.h"
|
#include "dfbvideosink.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/* Debugging category */
|
/* Debugging category */
|
||||||
GST_DEBUG_CATEGORY_STATIC (dfbvideosink_debug);
|
GST_DEBUG_CATEGORY_STATIC (dfbvideosink_debug);
|
||||||
|
|
Loading…
Reference in a new issue