diff options
| author | Dan Nicolaescu | 2010-11-23 11:36:48 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-23 11:36:48 -0800 |
| commit | b29116efced479a8cd5296bb582efc99e09b94fc (patch) | |
| tree | 5b52a2a742831a9beb5a8dc20f86b4b8e1f45838 /src/nsmenu.m | |
| parent | b932f8b17e8f5309710ccf14d1264343e90c805c (diff) | |
| download | emacs-b29116efced479a8cd5296bb582efc99e09b94fc.tar.gz emacs-b29116efced479a8cd5296bb582efc99e09b94fc.zip | |
* src/nsmenu.m: Use #include <config.h> instead of "config.h".
Diffstat (limited to 'src/nsmenu.m')
| -rw-r--r-- | src/nsmenu.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m index d0276c50bf7..b6ee93bdf6b 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -23,7 +23,7 @@ Carbon version by Yamamoto Mitsuharu. */ | |||
| 23 | 23 | ||
| 24 | /* This should be the first include, as it may set up #defines affecting | 24 | /* This should be the first include, as it may set up #defines affecting |
| 25 | interpretation of even the system includes. */ | 25 | interpretation of even the system includes. */ |
| 26 | #include "config.h" | 26 | #include <config.h> |
| 27 | #include <setjmp.h> | 27 | #include <setjmp.h> |
| 28 | 28 | ||
| 29 | #include "lisp.h" | 29 | #include "lisp.h" |