Commit cd3f3c28 by Carlos Martín Nieto

Add a missing include for reset

Our doc parser really wants the types to be declared in the header it's
reading.
parent c06e180a
......@@ -10,6 +10,7 @@
#include "common.h"
#include "types.h"
#include "strarray.h"
#include "checkout.h"
/**
* @file git2/reset.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment