diff options
Diffstat (limited to 'src/filelock.c')
| -rw-r--r-- | src/filelock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filelock.c b/src/filelock.c index 7c69ea954fc..b11338c58b6 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -47,9 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 47 | #endif /* __FreeBSD__ */ | 47 | #endif /* __FreeBSD__ */ |
| 48 | 48 | ||
| 49 | #include <errno.h> | 49 | #include <errno.h> |
| 50 | #ifndef errno | ||
| 51 | extern int errno; | ||
| 52 | #endif | ||
| 53 | 50 | ||
| 54 | #include "lisp.h" | 51 | #include "lisp.h" |
| 55 | #include "buffer.h" | 52 | #include "buffer.h" |