Skip to content

Commit

Permalink
Unbreak last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Jan 10, 2025
1 parent 3d2607e commit 7a0862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbink_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ static int dump_region(struct mxcfb_rect* region, FBInkDump* restrict dump);
#endif

// String utilities, to avoid using strncpy (c.f., string_copying(7)).
#ifdef FBINK_WITH_INPUT
#if defined(FBINK_WITH_INPUT) || !defined(FBINK_FOR_LINUX)
# include "fbink_string_utils.h"
#endif

Expand Down

0 comments on commit 7a0862b

Please sign in to comment.