Need config.h (for Win etc.)
This commit is contained in:
parent
ec185bde77
commit
339cfa39d8
|
@ -24,6 +24,10 @@ from GNU regexp.
|
|||
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h" /* For Win* specific redefinition of printf c.s. */
|
||||
#endif
|
||||
|
||||
#include "myproto.h" /* For PROTO macro --Guido */
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue