Skip to content

Commit 519565c

Browse files
committed
Fix missing string.h include
1 parent 2697e07 commit 519565c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <glib.h>
2121
#include <glib/gstdio.h>
22+
#include <string.h>
2223

2324
#include "ascii.h"
2425
#include "config.h"

0 commit comments

Comments
 (0)