Description: Fixup implicit declaration warning
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: https://github.com/bcthomas/pullseq/pull/12
Last-Update: 2024-03-15
--- a/src/pull_by_re.c
+++ b/src/pull_by_re.c
@@ -11,6 +11,7 @@
 #include "file_read.h"
 #include "global.h"
 #include "size_filter.h"
+#include "search_header.h"
 
 
 __KS_GETC(gzread, BUFFER_SIZE)
--- a/src/pull_by_re.h
+++ b/src/pull_by_re.h
@@ -1,5 +1,5 @@
-#ifndef PULL_BY_SIZE_H
-#define PULL_BY_SIZE_H
+#ifndef PULL_BY_RE_H
+#define PULL_BY_RE_H
 
 int pull_by_re(char *input_file, char *aStrRegex, int min, int max, int length, int exclude, int convert, int just_count);
 
