examples: Add missing includes

Fixes: T225

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 58d53f1397)
This commit is contained in:
Jakub Jelen
2020-04-09 11:46:18 +02:00
committed by Andreas Schneider
parent 078cb4c6f3
commit 98c91e68fa

View File

@@ -27,6 +27,8 @@ clients must be made or how a client should react.
#ifdef HAVE_ARGP_H
#include <argp.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>