X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..cca956b199841d754e8a78391d2e2c7efce4a3ee:/lib/regsub.h diff --git a/lib/regsub.h b/lib/regsub.h index e85a597..2e13930 100644 --- a/lib/regsub.h +++ b/lib/regsub.h @@ -21,6 +21,8 @@ #ifndef REGSUB_H #define REGSUB_H +#include + #define REGSUB_GLOBAL 0x0001 /* global replace */ #define REGSUB_MUST_MATCH 0x0002 /* return 0 if no match */ #define REGSUB_CASE_INDEPENDENT 0x0004 /* case independent */