[HAVE_STRING_H]: Include string.h.

[HAVE_STDLIB_H]: Include stdlib.h.
This commit is contained in:
Roland McGrath 1996-03-20 01:07:36 +00:00
parent b2a22df721
commit 4603f9f8c6

View file

@ -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