Commit 298df914 298df914a3e7035ad2e9b228416c6a54695962c0 by Sergey Poznyakoff

Temporarily include config.h to make sure replaced symbols are referenced properly.

The use of config.h in example files should be reduced to minimum.
1 parent 2e772ba7
......@@ -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>
......