diff options
Diffstat (limited to 'x11-themes/lxappearance/files/extra-src-utils.c')
-rw-r--r-- | x11-themes/lxappearance/files/extra-src-utils.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/lxappearance/files/extra-src-utils.c b/x11-themes/lxappearance/files/extra-src-utils.c new file mode 100644 index 000000000000..5075b6406729 --- /dev/null +++ b/x11-themes/lxappearance/files/extra-src-utils.c @@ -0,0 +1,11 @@ +--- src/utils.c.orig 2010-10-26 20:54:31.000000000 +0200 ++++ src/utils.c 2010-10-26 20:55:09.000000000 +0200 +@@ -27,7 +27,7 @@ + #include <sys/wait.h> + #include <stdlib.h> + #include <glib/gstdio.h> +- ++#include <unistd.h> + #include "icon-theme.h" + + static void on_pid_exit(GPid pid, gint status, gpointer user_data) |