[HAVE_STRING_H]: Include string.h.
[HAVE_STDLIB_H]: Include stdlib.h. From-SVN: r11568
This commit is contained in:
parent
d6e35c2d34
commit
86a0a7b3d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user