diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/io.c b/src/util/io.c index 4d1f2e74a..6fd7744d3 100644 --- a/src/util/io.c +++ b/src/util/io.c @@ -22,6 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" + #include <unistd.h> #include <fcntl.h> #include <errno.h> |