diff options
author | Ken Brown <kbrown@cornell.edu> | 2015-10-21 18:08:36 -0400 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2015-10-21 18:08:36 -0400 |
commit | 54f59907f1e30aa9c6345295ee9a689468075802 (patch) | |
tree | c5ffc68375feef4f0c387d919e93cef8b228ee89 /src/unexcw.c | |
parent | 5dc48a2da9919f649952e75e54c48fda69a24ac3 (diff) | |
download | emacs-54f59907f1e30aa9c6345295ee9a689468075802.tar.gz |
Further include-file cleanup
* src/sheap.c: Include stdlib.h.
* src/unexcw.c: Include string.h.
Diffstat (limited to 'src/unexcw.c')
-rw-r--r-- | src/unexcw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexcw.c b/src/unexcw.c index be8857878eb..9583598a1cd 100644 --- a/src/unexcw.c +++ b/src/unexcw.c @@ -21,7 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "unexec.h" #include "lisp.h" - +#include <string.h> #include <stdio.h> #include <fcntl.h> #include <a.out.h> |