mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
ea442fa047
This change helps avoiding conflict with talloc.h from libtalloc.
8 lines
115 B
C
8 lines
115 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
|
|
#include "osdep/compiler.h"
|
|
|
|
#include "ta/ta_talloc.h"
|