Fix file name in mkvmuxertypes shim.

Change-Id: I78d3784139727b65a47aaf1eb987d8b9ab14de37
This commit is contained in:
Tom Finegan 2016-04-12 13:27:57 -07:00
parent 1be5889a6d
commit e76dd5e3e2

View File

@ -10,6 +10,6 @@
// This file is a wrapper for the file included immediately after this comment.
// New projects should not include this file: include the file included below.
#include "mkvmuxer/mkvmuxertypes.hpp"
#include "mkvmuxer/mkvmuxertypes.h"
#endif // LIBWEBM_MKVMUXERTYPES_HPP_