1950030e14d9f12f49e8924f7662045d0b7a5fc0
[packages.git] / 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