Commit 9a014636 9a0146363470b926e8764a8863ac412b38bd4bed by Sergey Poznyakoff

Include config.h

1 parent 100d5976
......@@ -16,6 +16,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......