diff options
Diffstat (limited to 'src/location-manual.c')
-rw-r--r-- | src/location-manual.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location-manual.c b/src/location-manual.c index 137500c..db3a8a9 100644 --- a/src/location-manual.c +++ b/src/location-manual.c @@ -17,6 +17,10 @@ Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com> */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <math.h> |