Skip to content

Commit

Permalink
Fix troglobit#41: add missing include in example
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Aug 2, 2020
1 parent 63b94d2 commit 62bba78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ sub-directory.
e.g. `~/src/example.c`

```C
#include <stdio.h>
#include <stdlib.h>
#include <editline.h>

Expand Down

0 comments on commit 62bba78

Please sign in to comment.