From 0033528f4dbf21c4debb87bbe6f0b77be27bfc8e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Feb 1999 20:39:09 +0000 Subject: fix syscall to something lots more portable --- src/initlog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/initlog.h') diff --git a/src/initlog.h b/src/initlog.h index 244ff9a0..fbcedc72 100644 --- a/src/initlog.h +++ b/src/initlog.h @@ -1,4 +1,6 @@ +#define _GNU_SOURCE 1 + #ifndef INITLOG_H #define INITLOG_H -- cgit v1.2.1