0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00
mpv/mpv_talloc.h
Dmitrij D. Czarkoff ea442fa047 mpv_talloc.h: rename from talloc.h
This change helps avoiding conflict with talloc.h from libtalloc.
2016-01-11 21:05:55 +01:00

8 lines
115 B
C

#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include "osdep/compiler.h"
#include "ta/ta_talloc.h"