mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +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 <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* Debugging category */
|
||||
GST_DEBUG_CATEGORY_STATIC (dfbvideosink_debug);
|
||||
|
|
Loading…
Reference in a new issue