Skip to content

Commit

Permalink
sheet: Fix missing attrs type after file included in pivot.c
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Dec 20, 2024
1 parent 67379b2 commit a978698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/sheet/handlers_internal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef ZSVSHEET_HANDLER_INTERNAL_H
#define ZSVSHEET_HANDLER_INTERNAL_H

#include <zsv/ext.h>

struct zsvsheet_context {
const char *subcommand_value; // e.g. "/path/to/myfile.csv"
int ch; // key press value from getch()
Expand Down

0 comments on commit a978698

Please sign in to comment.