comparison lib-src/yow.c @ 42412:83c1951257f1

Include <config.h>.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 29 Dec 2001 22:24:28 +0000
parents e9a441eabced
children 644c7fb7d69d
comparison
equal deleted inserted replaced
42411:c67f88ae0e05 42412:83c1951257f1
8 * with no copyright notice before the US signed the Bern Convention. 8 * with no copyright notice before the US signed the Bern Convention.
9 * 9 *
10 * With dynamic memory allocation. 10 * With dynamic memory allocation.
11 */ 11 */
12 12
13 #include "config.h" 13 #ifdef HAVE_CONFIG_H
14 #include <config.h>
15 #endif
16
14 #include <stdio.h> 17 #include <stdio.h>
15 #include <ctype.h> 18 #include <ctype.h>
16 #ifdef HAVE_STRING_H 19 #ifdef HAVE_STRING_H
17 #include <string.h> 20 #include <string.h>
18 #endif 21 #endif