diff options
| author | Jim Blandy | 1992-05-18 08:14:41 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-05-18 08:14:41 +0000 |
| commit | ffd56f97cf56501f7a6981c184192e9043e4eafd (patch) | |
| tree | d463f4585c85fa76b33d3663271bbb4126d7b116 /src/fileio.c | |
| parent | 502ddf238f0ed280a301426804b2ed16ec1c49cc (diff) | |
| download | emacs-ffd56f97cf56501f7a6981c184192e9043e4eafd.tar.gz emacs-ffd56f97cf56501f7a6981c184192e9043e4eafd.zip | |
*** empty log message ***
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index f977ee0c623..a317db7c69f 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License | |||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | #include "config.h" | ||
| 20 | 21 | ||
| 21 | #include <sys/types.h> | 22 | #include <sys/types.h> |
| 22 | #include <sys/stat.h> | 23 | #include <sys/stat.h> |
| @@ -52,7 +53,6 @@ extern int sys_nerr; | |||
| 52 | #include <sys/time.h> | 53 | #include <sys/time.h> |
| 53 | #endif | 54 | #endif |
| 54 | 55 | ||
| 55 | #include "config.h" | ||
| 56 | #include "lisp.h" | 56 | #include "lisp.h" |
| 57 | #include "buffer.h" | 57 | #include "buffer.h" |
| 58 | #include "window.h" | 58 | #include "window.h" |