diff options
Diffstat (limited to 'apply.h')
-rw-r--r-- | apply.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ #ifndef APPLY_H #define APPLY_H +#include "lockfile.h" +#include "string-list.h" + struct repository; enum apply_ws_error_action { |