diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/openat-die.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/openat-die.c b/lib/openat-die.c index f09123ea785..8dab8b97429 100644 --- a/lib/openat-die.c +++ b/lib/openat-die.c | |||
| @@ -2,5 +2,6 @@ | |||
| 2 | This should never happen with Emacs. */ | 2 | This should never happen with Emacs. */ |
| 3 | #include <config.h> | 3 | #include <config.h> |
| 4 | #include "openat.h" | 4 | #include "openat.h" |
| 5 | #include <stdlib.h> | ||
| 5 | void openat_save_fail (int errnum) { abort (); } | 6 | void openat_save_fail (int errnum) { abort (); } |
| 6 | void openat_restore_fail (int errnum) { abort (); } | 7 | void openat_restore_fail (int errnum) { abort (); } |