client: Fix includes for using with -std=c99 compiler option

This commit is contained in:
Marcel Holtmann 2018-11-01 22:19:45 +01:00
parent 5d9278913f
commit 63bafa7adf
2 changed files with 3 additions and 0 deletions

View File

@ -24,7 +24,9 @@
#include <config.h>
#endif
#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
#include <ell/ell.h>
#include <readline/readline.h>

View File

@ -24,6 +24,7 @@
#include <config.h>
#endif
#define _GNU_SOURCE
#include <stdio.h>
#include <signal.h>