Ubuntu Pastebin

Paste from ubuntu at Mon, 19 Sep 2016 15:31:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/src/sc-main.c b/src/sc-main.c
index ba7c87d..7adaa07 100644
--- a/src/sc-main.c
+++ b/src/sc-main.c
@@ -22,6 +22,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <secure-getenv.h>
 #ifdef HAVE_APPARMOR
 #include <sys/apparmor.h>
 #endif				// ifdef HAVE_APPARMOR
Download as text