Skip to content

Commit

Permalink
use EbmlTypes.h instead of libebml_t.h
Browse files Browse the repository at this point in the history
(cherry picked from commit ef4142e)
  • Loading branch information
robUx4 committed Oct 15, 2022
1 parent 119cd1a commit f6b7db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matroska/c/libmatroska_t.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#ifndef _LIBMATROSKA_T_H_INCLUDED_
#define _LIBMATROSKA_T_H_INCLUDED_

#include "ebml/c/libebml_t.h"
#include <ebml/EbmlTypes.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit f6b7db5

Please sign in to comment.