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

Eliminated compile warning in test-client.c

This commit is contained in:
Stephan Eberle 2016-04-26 22:51:20 +02:00 committed by Andy Green
parent ff32d01742
commit 67729c954f

View file

@ -18,6 +18,8 @@
* Public Domain.
*/
#include "lws_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>