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.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment