diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index c5b177e41f2..0bcc439e50e 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -49,6 +49,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 49 | #include <limits.h> | 49 | #include <limits.h> |
| 50 | 50 | ||
| 51 | #include <intprops.h> | 51 | #include <intprops.h> |
| 52 | #include <stdlib.h> | ||
| 52 | #include <strftime.h> | 53 | #include <strftime.h> |
| 53 | #include <verify.h> | 54 | #include <verify.h> |
| 54 | 55 | ||