diff options
| author | Kenichi Handa | 2012-09-15 15:14:18 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-09-15 15:14:18 +0900 |
| commit | dcbd9236f7be9da4e658fd559dfbd7454f4b6018 (patch) | |
| tree | df71af7779e1a0da9d0822ce5b89e51bd603bd40 /src/alloc.c | |
| parent | ea964864a66828ce2457e44c4c670160d5879ec6 (diff) | |
| parent | 823751606a90e3850551b43e707d58bbf58033dc (diff) | |
| download | emacs-dcbd9236f7be9da4e658fd559dfbd7454f4b6018.tar.gz emacs-dcbd9236f7be9da4e658fd559dfbd7454f4b6018.zip | |
merge trunk
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 77807f6e086..25cf03dfa2e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -100,6 +100,8 @@ extern void _free_internal (void *); | |||
| 100 | #if ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT | 100 | #if ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT |
| 101 | #ifdef HAVE_PTHREAD | 101 | #ifdef HAVE_PTHREAD |
| 102 | 102 | ||
| 103 | # include "syssignal.h" | ||
| 104 | |||
| 103 | /* When GTK uses the file chooser dialog, different backends can be loaded | 105 | /* When GTK uses the file chooser dialog, different backends can be loaded |
| 104 | dynamically. One such a backend is the Gnome VFS backend that gets loaded | 106 | dynamically. One such a backend is the Gnome VFS backend that gets loaded |
| 105 | if you run Gnome. That backend creates several threads and also allocates | 107 | if you run Gnome. That backend creates several threads and also allocates |