Skip to content

Commit f46d119

Browse files
committed
Add missing include to fix checks.
1 parent edd52c4 commit f46d119

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/hal/drivers/mesa-hostmot2/eshellf.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020

2121
#include <stdio.h>
2222
#include <stdlib.h>
23+
#include <unistd.h>
2324
#include <stdarg.h>
2425
#include <errno.h>
2526
#include <sys/wait.h>
2627

2728
#include <rtapi.h>
2829

30+
2931
int shell(char *command)
3032
{
3133
char *const argv[] = {"sh", "-c", command, NULL};

0 commit comments

Comments
 (0)