Skip to content

Commit

Permalink
Merge pull request troglobit#57 from rcombs/patch-1
Browse files Browse the repository at this point in the history
Include stdio.h from editline.h
  • Loading branch information
troglobit authored Feb 19, 2022
2 parents 36e0921 + f7b58d3 commit fc866f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/editline.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#ifndef EDITLINE_H_
#define EDITLINE_H_

#include <stdio.h>

/* Handy macros when binding keys. */
#define CTL(x) ((x) & 0x1F)
#define ISCTL(x) ((x) && (x) < ' ')
Expand Down

0 comments on commit fc866f6

Please sign in to comment.