aboutsummaryrefslogtreecommitdiff
path: root/libbb/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/trace.c')
-rw-r--r--libbb/trace.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbb/trace.c b/libbb/trace.c
index 4229ae123..dde0f6051 100644
--- a/libbb/trace.c
+++ b/libbb/trace.c
@@ -22,8 +22,9 @@
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 24
25#include "cache.h" 25#include "libbb.h"
26#include "quote.h" 26#include "strbuf.h"
27#include "git.h"
27 28
28/* Get a trace file descriptor from GIT_TRACE env variable. */ 29/* Get a trace file descriptor from GIT_TRACE env variable. */
29static int get_trace_fd(int *need_close) 30static int get_trace_fd(int *need_close)