summaryrefslogtreecommitdiff
path: root/src/posix.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2012-10-11 11:58:00 -0700
committerRussell Belfer <rb@github.com>2012-10-15 12:54:46 -0700
commit824d5e4d260fc740dbe9251008439b9e58db5f19 (patch)
tree03d0c83fbf7f9921c1a41b08c7c3f7c2a426bd17 /src/posix.h
parent1c3acf148b97c952fcb942a73cda9f891f04f1b5 (diff)
downloadlibgit2-824d5e4d260fc740dbe9251008439b9e58db5f19.tar.gz
Always use internal fnmatch, not system
Diffstat (limited to 'src/posix.h')
-rw-r--r--src/posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/posix.h b/src/posix.h
index 71bb82283..d565dc11f 100644
--- a/src/posix.h
+++ b/src/posix.h
@@ -10,6 +10,7 @@
#include "common.h"
#include <fcntl.h>
#include <time.h>
+#include "fnmatch.h"
#ifndef S_IFGITLINK
#define S_IFGITLINK 0160000