[packages] mysql: use proper proc file in hostname patch
[openwrt/svn-archive/archive.git] / net / btpd / patches / 002-config.h.patch
1 --- a/misc/sha1.c
2 +++ b/misc/sha1.c
3 @@ -23,7 +23,9 @@
4 Robert Klep <robert@ilse.nl> -- Expansion function fix
5 */
6
7 -#include <config.h>
8 +#ifdef HAVE_CONFIG_H
9 +# include <config.h>
10 +#endif
11
12 #include "sha1.h"
13