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 @@ ...@@ -16,6 +16,9 @@
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */ 17 MA 02110-1301 USA */
18 18
19 #ifdef HAVE_CONFIG_H
20 # include <config.h>
21 #endif
19 #include <stdio.h> 22 #include <stdio.h>
20 #include <stdlib.h> 23 #include <stdlib.h>
21 #include <string.h> 24 #include <string.h>
......