diff options
Diffstat (limited to 'src/fix.c')
-rw-r--r-- | src/fix.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ #include "apk_state.h" #include "apk_print.h" +/* FIXME: reimplement fix applet */ + struct fix_ctx { unsigned int reinstall : 1; }; |