run-command.h: include thread-utils.h instead of pthread.h
[gitweb.git] / git-compat-util.h
index 48c955541e2000239f861bdf7dd5043fa741674c..95cfcc1aeb3ec51e602f378bc9e94dd5cccb123c 100644 (file)
@@ -382,6 +382,10 @@ static inline char *git_find_last_dir_sep(const char *path)
 #define find_last_dir_sep git_find_last_dir_sep
 #endif
 
+#ifndef query_user_email
+#define query_user_email() NULL
+#endif
+
 #if defined(__HP_cc) && (__HP_cc >= 61000)
 #define NORETURN __attribute__((noreturn))
 #define NORETURN_PTR