diff options
Diffstat (limited to 'mansearch.c')
-rw-r--r-- | mansearch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mansearch.c b/mansearch.c index 1fe1f594..58250631 100644 --- a/mansearch.c +++ b/mansearch.c @@ -15,11 +15,11 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include <sys/mman.h> +#include <sys/types.h> + #include <assert.h> #include <fcntl.h> #include <getopt.h> |