From 2858dc2a5e7a47dde582c92aa2853475938edadf 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 --HG-- branch : WINDOWSPORT --- 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"