diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/buffer.c b/src/buffer.c index 6ab4200b750..59f4bcc4789 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -19,6 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02111-1307, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | ||
| 22 | 23 | ||
| 23 | #include <sys/types.h> | 24 | #include <sys/types.h> |
| 24 | #include <sys/stat.h> | 25 | #include <sys/stat.h> |
| @@ -32,10 +33,6 @@ extern int errno; | |||
| 32 | #define MAXPATHLEN 1024 | 33 | #define MAXPATHLEN 1024 |
| 33 | #endif /* not MAXPATHLEN */ | 34 | #endif /* not MAXPATHLEN */ |
| 34 | 35 | ||
| 35 | #include <config.h> | ||
| 36 | #ifdef STDC_HEADERS | ||
| 37 | #include <stdlib.h> | ||
| 38 | #endif | ||
| 39 | #ifdef HAVE_UNISTD_H | 36 | #ifdef HAVE_UNISTD_H |
| 40 | #include <unistd.h> | 37 | #include <unistd.h> |
| 41 | #endif | 38 | #endif |