procd: fix compilation with uClibc-ng
[project/procd.git] / jail / console.c
index eacb2fa9649199cc90c1fc37bdc25c3d5db2b3d5..588d24114bc499117a720b9be48161f2328e4cbe 100644 (file)
  * GNU General Public License for more details.
  */
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
+
 #include <stdlib.h>
 #include <fcntl.h>
 #include <libubox/ustream.h>