mirror of
https://github.com/git/git.git
synced 2024-11-05 08:47:56 +01:00
Merge branch 'pb/regex' into next
* pb/regex: On some platforms, certain headers need to be included before regex.h
This commit is contained in:
commit
afb28f239f
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
/*
|
||||
* Copyright (C) 2005 Junio C Hamano
|
||||
*/
|
||||
#include <regex.h>
|
||||
|
||||
#include "cache.h"
|
||||
#include "diff.h"
|
||||
#include "diffcore.h"
|
||||
|
||||
#include <regex.h>
|
||||
|
||||
static unsigned int contains(struct diff_filespec *one,
|
||||
const char *needle, unsigned long len,
|
||||
regex_t *regexp)
|
||||
|
|
Loading…
Reference in a new issue