Index: tools/start-stop-daemon/start-stop-daemon.c
===================================================================
--- tools/start-stop-daemon/start-stop-daemon.c	(revision 25)
+++ tools/start-stop-daemon/start-stop-daemon.c	(revision 33)
@@ -44,4 +44,10 @@
 #endif
 // End of stuff from dpkg/macros.h
+//*****************************************
+
+//*****************************************
+// Required on some systems to get O_NOFOLLOW:
+#define _POSIX_C_SOURCE 200809L
+#define _GNU_SOURCE
 //*****************************************
 
