diff options
| author | Joakim Verona | 2012-07-08 18:12:44 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-07-08 18:12:44 +0200 |
| commit | e50c9e77aa23f4e95aaac8a492e5aa7fae8f3137 (patch) | |
| tree | 3d6d7bcd8944f790a245c1771669199bd5a835d2 /src | |
| parent | 08ab3a852d01cd7a1530657d099cd5066d747dd5 (diff) | |
| download | emacs-e50c9e77aa23f4e95aaac8a492e5aa7fae8f3137.tar.gz emacs-e50c9e77aa23f4e95aaac8a492e5aa7fae8f3137.zip | |
fixed build issue introduced by the fix for non xwidget builds
Diffstat (limited to 'src')
| -rw-r--r-- | src/xwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c index 6718f4a14c7..a1659a9911d 100644 --- a/src/xwidget.c +++ b/src/xwidget.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifdef HAVE_XWIDGETS | ||
| 2 | #include <config.h> | 1 | #include <config.h> |
| 2 | #ifdef HAVE_XWIDGETS | ||
| 3 | 3 | ||
| 4 | #include <signal.h> | 4 | #include <signal.h> |
| 5 | 5 | ||