Commit 86a0a7b3 by Roland McGrath

[HAVE_STRING_H]: Include string.h.

[HAVE_STDLIB_H]: Include stdlib.h.

From-SVN: r11568
parent d6e35c2d
......@@ -25,6 +25,13 @@
#include <config.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef emacs
#include "blockinput.h"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment