Fixed empty lib.
authorArmin Novak <armin.novak@thincast.com>
Mon, 2 Jul 2018 14:38:21 +0000 (16:38 +0200)
committerArmin Novak <armin.novak@thincast.com>
Mon, 2 Jul 2018 14:38:21 +0000 (16:38 +0200)
channels/rdpsnd/common/rdpsnd_common.c

index d49f6b4..f1d72eb 100644 (file)
@@ -18,3 +18,8 @@
  * limitations under the License.
  */
 #include "rdpsnd_common.h"
+
+/* Prevent this compilation unit from being empty */
+void placeholder(void)
+{
+}