Browse Source

Merge branch 'pb/regex' into next

* pb/regex:
  On some platforms, certain headers need to be included before regex.h
maint
Junio C Hamano 19 years ago
parent
commit
afb28f239f
  1. 4
      diffcore-pickaxe.c

4
diffcore-pickaxe.c

@ -1,12 +1,12 @@
/* /*
* Copyright (C) 2005 Junio C Hamano * Copyright (C) 2005 Junio C Hamano
*/ */
#include <regex.h>

#include "cache.h" #include "cache.h"
#include "diff.h" #include "diff.h"
#include "diffcore.h" #include "diffcore.h"


#include <regex.h>

static unsigned int contains(struct diff_filespec *one, static unsigned int contains(struct diff_filespec *one,
const char *needle, unsigned long len, const char *needle, unsigned long len,
regex_t *regexp) regex_t *regexp)

Loading…
Cancel
Save