Skip to content

Commit ee060bc

Browse files
committed
kthd: typo
1 parent ac4f106 commit ee060bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kthd/src/exec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <unistd.h>
1111
#include <stdlib.h>
1212
#include <string.h>
13-
#include <fnctl.h>
13+
#include <fcntl.h>
1414
#include <errno.h>
1515

1616
void kthdExec(ExecCommand *cmd) {

0 commit comments

Comments
 (0)