diff options
Diffstat (limited to 'src/xrdb.c')
| -rw-r--r-- | src/xrdb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index d2898e1d8f8..90a85e287bb 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -48,6 +48,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 48 | 48 | ||
| 49 | #include "lisp.h" | 49 | #include "lisp.h" |
| 50 | 50 | ||
| 51 | #ifdef USE_MOTIF | ||
| 52 | /* For Vdouble_click_time. */ | ||
| 53 | #include "keyboard.h" | ||
| 54 | #endif | ||
| 55 | |||
| 51 | extern char *getenv (const char *); | 56 | extern char *getenv (const char *); |
| 52 | 57 | ||
| 53 | extern struct passwd *getpwuid (uid_t); | 58 | extern struct passwd *getpwuid (uid_t); |