1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Eliminated compile warning in test-client.c

This commit is contained in:
Stephan Eberle 2016-04-26 22:51:20 +02:00
parent 48f79c63f4
commit c93507dcd3

View file

@ -17,6 +17,8 @@
* may be proprietary. So unlike the library itself, they are licensed
* Public Domain.
*/
#include "lws_config.h"
#include <stdio.h>
#include <stdlib.h>