diff options
Diffstat (limited to 'src/target/algorithm.c')
-rw-r--r-- | src/target/algorithm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/algorithm.c b/src/target/algorithm.c index fdebfc58..c5ee4708 100644 --- a/src/target/algorithm.c +++ b/src/target/algorithm.c @@ -17,7 +17,10 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif + #include "algorithm.h" #include "log.h" |