From d5aa8db28226e34bf642ba3933d90c5ec4ca907e Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 30 Aug 2015 15:50:28 +0200 Subject: [PATCH] fix linux build of windows branch --- src/unac/unac.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/unac/unac.cpp diff --git a/src/unac/unac.cpp b/src/unac/unac.cpp new file mode 100644 index 00000000..780132b0 --- /dev/null +++ b/src/unac/unac.cpp @@ -0,0 +1 @@ +#include "unac.c"