From 39f1a60497327c301e32a681c33138f42cb98359 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 29 Dec 2015 01:46:14 +0100 Subject: feature test macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 900f6ec..b3ade56 100644 --- a/src/client.h +++ b/src/client.h @@ -19,6 +19,9 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ +#ifndef _DEFAULT_SOURCE +# define _DEFAULT_SOURCE +#endif #include @@ -63,7 +66,6 @@ enum command { */ int send_command(enum command cmd, size_t n, const char *restrict msg); - /** * Return the number of bytes required to store a string array. * -- cgit v1.2.3-70-g09d2