aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-14 17:38:07 -0800
committerDaniel Colascione2012-10-14 17:38:07 -0800
commit3e0341b0a481d833942f3964a70e7f3494588ce6 (patch)
tree138fdf7ba1d191d706bb51c4e32e73471c5cf91d /src/dbusbind.c
parent33d4113cf5da783b5b1ab559587640f39a0831dc (diff)
downloademacs-3e0341b0a481d833942f3964a70e7f3494588ce6.tar.gz
emacs-3e0341b0a481d833942f3964a70e7f3494588ce6.zip
Fix cygw32 build break with dbus compilation
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index c2eefd605bb..43938bb79d5 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -32,6 +32,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
32#define DBUS_NUM_MESSAGE_TYPES 5 32#define DBUS_NUM_MESSAGE_TYPES 5
33#endif 33#endif
34 34
35#ifdef interface
36#undef interface
37#endif
38
35 39
36/* Subroutines. */ 40/* Subroutines. */
37static Lisp_Object Qdbus_init_bus; 41static Lisp_Object Qdbus_init_bus;