1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +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"