diff options
Diffstat (limited to 'src/house_arrest.c')
-rw-r--r-- | src/house_arrest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/house_arrest.c b/src/house_arrest.c index 135fc01..ac92130 100644 --- a/src/house_arrest.c +++ b/src/house_arrest.c @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <string.h> #include <stdlib.h> #include <unistd.h> |