diff options
| author | Daniel Colascione | 2012-10-14 17:38:07 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-14 17:38:07 -0800 |
| commit | 3e0341b0a481d833942f3964a70e7f3494588ce6 (patch) | |
| tree | 138fdf7ba1d191d706bb51c4e32e73471c5cf91d /src/dbusbind.c | |
| parent | 33d4113cf5da783b5b1ab559587640f39a0831dc (diff) | |
| download | emacs-3e0341b0a481d833942f3964a70e7f3494588ce6.tar.gz emacs-3e0341b0a481d833942f3964a70e7f3494588ce6.zip | |
Fix cygw32 build break with dbus compilation
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 4 |
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. */ |
| 37 | static Lisp_Object Qdbus_init_bus; | 41 | static Lisp_Object Qdbus_init_bus; |