diff options
Diffstat (limited to 'find.c')
-rw-r--r-- | find.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ // handles ted's find and replace menu. -#include "ted.h" +#include "ted-internal.h" #include "pcre-inc.h" #define FIND_MAX_GROUPS 50 |