diff options
| author | YAMAMOTO Mitsuharu | 2008-07-17 09:06:42 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2008-07-17 09:06:42 +0000 |
| commit | f3bbb3b53bade44a8a88f6cadd756669cc938235 (patch) | |
| tree | 6a88005bd037db594aabbf7917e5330eb281f452 | |
| parent | 2d64e9bbb93a4fdb9b04951e124da032d8d40e6f (diff) | |
| download | emacs-f3bbb3b53bade44a8a88f6cadd756669cc938235.tar.gz emacs-f3bbb3b53bade44a8a88f6cadd756669cc938235.zip | |
Include <config.h> instead of "config.h".
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 2952e322200..30735890143 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02110-1301, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include "config.h" | 22 | #include <config.h> |
| 23 | 23 | ||
| 24 | #ifdef USE_GTK | 24 | #ifdef USE_GTK |
| 25 | #include <string.h> | 25 | #include <string.h> |