Fixed empty lib.

This commit is contained in:
Armin Novak
2018-07-02 16:38:21 +02:00
parent 73b8963d14
commit 7cd25027ad

View File

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