diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-30 05:13:45 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-30 05:13:45 +0100 |
commit | 35c8edcf73056e20b0c055acb2f286cc37093ce3 (patch) | |
tree | 32e76a5ce259b2bfd1ecb6946f59e70d72ab4c95 /src/conf.c | |
parent | 7c664ad0b2280cfb5ee1ba923f362fceee4c89ca (diff) |
speed up build by only including regex.h where needed
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ * add new directives to. Who knows if I'm right though. */ +#include <regex.h> #include "common.h" #include "conf.h" |