diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 8b7f524e27a..a8af8a84f7f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -19,6 +19,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | 19 | ||
| 20 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
| 22 | #define BUFFER_INLINE EXTERN_INLINE | ||
| 23 | |||
| 22 | #include <sys/types.h> | 24 | #include <sys/types.h> |
| 23 | #include <sys/stat.h> | 25 | #include <sys/stat.h> |
| 24 | #include <sys/param.h> | 26 | #include <sys/param.h> |