source: gs2-extensions/gnome-lib/trunk/src/packages/android-patches/dbus-android.patch@ 26812

Last change on this file since 26812 was 26812, checked in by davidb, 11 years ago

Tweaks needed for compiling with Android NDK

File size: 338 bytes
RevLine 
[26812]1--- dbus-1.6.8/dbus/sd-daemon.c.orig 2013-01-29 10:50:11.419201067 +1300
2+++ dbus-1.6.8/dbus/sd-daemon.c 2013-01-29 10:50:25.539201590 +1300
3@@ -32,7 +32,7 @@
4 #include <sys/stat.h>
5 #include <sys/socket.h>
6 #include <sys/un.h>
7-#include <sys/fcntl.h>
8+#include <fcntl.h>
9 #include <netinet/in.h>
10 #include <stdlib.h>
11 #include <errno.h>
Note: See TracBrowser for help on using the repository browser.