blob: f5a01f074d7cd3d5919e30fd7a5a8b0860d96727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
http://bugs.gentoo.org/332857
--- libproxy/modules/config_gnome.cpp
+++ libproxy/modules/config_gnome.cpp
@@ -19,6 +19,7 @@
#include <cstdio> // For fileno(), fread(), pclose(), popen(), sscanf()
#include <sys/select.h> // For select()
+#include <sys/stat.h> // for stat()
#include <fcntl.h> // For fcntl()
#include <errno.h> // For errno stuff
#include <unistd.h> // For pipe(), close(), vfork(), dup(), execl(), _exit()
|